remove a few warning, document planned hash index format

This commit is contained in:
leitner
2005-10-12 20:03:03 +00:00
parent 22ce7ce569
commit b4a257d0ad
3 changed files with 41 additions and 33 deletions

View File

@@ -465,6 +465,7 @@ static void tagmatches(uint32* index,unsigned int elements,struct string* s,
uint32 top=elements;
uint32 mid,k,m;
long rec;
rec=0;
emptyset(bitfield);
while ((top>=bottom)) {
@@ -1298,7 +1299,7 @@ again:
struct pollfd p;
p.fd=0;
p.events=POLLIN;
if (poll(&p,1,1)==1) return;
if (poll(&p,1,1)==1) return 0;
}
handle(asock,asock);
goto again;