Statistics
| Branch: | Tag: | Revision:

root / xseg / peers / user @ 24e4e9d5

Name Size
.gitignore 37 Bytes
Makefile 4.2 kB
cached.c 23.8 kB
common.c 4.8 kB
common.h 3.3 kB
dummy.c 2.3 kB
filed.c 18.6 kB
mapperd.c 8.2 kB
mapperd.py 2.8 kB
monitor.c 5.4 kB
mpeer.c 15.5 kB
mpeer.h 3.2 kB
mt-mapperd.c 80 kB
mt-pfiled.c 18.9 kB
mt-sosd.c 25.5 kB
mt-vlmcd.c 22.2 kB
peer.c 20.6 kB
peer.h 4.2 kB
pfiled.c 25.7 kB
sosd.c 16.3 kB
speer.c 13.1 kB
speer.h 3.1 kB
vlmc-tool.c 10.6 kB
vlmcd.c 15 kB
xseg-tool.c 49 kB

Latest revisions

# Date Author Comment
94e37e04 03/06/2013 01:31 pm Alex Pyrgiotis

Parse cache_size, write_policy correctly

46940f9d 03/06/2013 01:31 pm Alex Pyrgiotis

Update print_cached to show write policy

24e4e9d5 03/06/2013 01:31 pm Alex Pyrgiotis

Add comments to mark the code flow

0845a306 03/06/2013 01:31 pm Alex Pyrgiotis

Correct max_req_size argument parsing

21c0e7f3 03/06/2013 01:31 pm Alex Pyrgiotis

Mark INVALID buckets as LOADING in rw_range

Also fix bucket limits and add debugging

fda3449a 03/06/2013 01:31 pm Alex Pyrgiotis

Add more debug messages

0e7e5a04 03/06/2013 01:31 pm Alex Pyrgiotis

Add print function for struct cached

07f2709a 03/06/2013 01:31 pm Alex Pyrgiotis

Add peer_req to struct cached anb fix init_node

The `init_node` function problem:
init_node is passed as (void *) a (struct peerd *) pointer. This
pointer was incorrectly typecasted to a (struct cached *) pointer and
then memory would be allocated from junk values, which would lead to...

45ab8b64 03/06/2013 01:31 pm Alex Pyrgiotis

Read command-line arguments correctly

Besides write-policy, all necessary argument parsing and error checks
have been added. Also, cache_size is changed from uint32_t to uint64_t
since it was a small limit.

102e1896 03/06/2013 01:31 pm Alex Pyrgiotis

Adjust custom peer usage to match its arguments

View revisions

Also available in: Atom