Statistics
| Branch: | Tag: | Revision:

root / xseg / peers / user / sosd.c @ 911fec92

History | View | Annotate | Download (16.3 kB)

# Date Author Comment
6830c9ff 12/10/2012 07:09 pm Filippos Giannakos

add license headers

164d1586 08/10/2012 11:26 am Filippos Giannakos

make code compile. no validity checks

lock owners are unimportant for the time being.
kernel lacks xhash support

78596ef2 06/06/2012 03:30 pm Stratos Psomadakis

Rename typedef'd None to Noneidx

Rename None to Noneidx to avoid (future) conflicts with xseg python
bindings.

abaea134 06/06/2012 02:50 pm Stratos Psomadakis

xseg: Rename req->name to req->target in xseg_request

Rename req->name to req->target in struct xseg_request, and change
buffersize/namesize/datasize to bufferlen/targetlen/datalen
accordingly.

97a80f06 04/04/2012 11:24 am Stratos Psomadakis

Merge branch 'sosd' into demo

Conflicts:
xseg/peers/Makefile

'Ported' the sosd peer and libsos to the new repo layout and build
system. Also fixed some sosd issues with the recent changes in xseg
API.