Remove socket (int *fd) from search_rr handler
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Dec 2009 21:29:47 +0000 (22:29 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Dec 2009 21:29:47 +0000 (22:29 +0100)
commit663c43bdba2dde816bb4d89df3daa0c323077e88
tree7a45fb332f187a3bb8d9a21b8926f8dfdd9ead4c
parent84567c573de4d4b9822d9f2dd9caf8e97d864118
Remove socket (int *fd) from search_rr handler

The socket descriptor ptr is a facility that allowed a search
handler to supply a socket which would serve as a callback -
when search was complete. This facility has now been in use for
years .. Has not been tested for years and so probably does not work
anyway.
include/yaz/backend.h
src/seshigh.c