Implemented Generic select hook for ZOOM (bug #803). This is achieved with
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 9 Jan 2007 13:56:47 +0000 (13:56 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 9 Jan 2007 13:56:47 +0000 (13:56 +0000)
commit951fce6496397a6d8c11e15ab5b60b46abc43467
treec9459e6c4491ad2fef6f342efb418da1141a3f8f
parentbc1bdc891836da144db8108bc062d30dbb922f8b
Implemented Generic select hook for ZOOM (bug #803). This is achieved with
the following new functions:
 ZOOM_process_event,
 ZOOM_connection_get_{socket,mask,timeout},
 ZOOM_connection_fire_event_{timeout,socket}.
The existing blocking event handler, ZOOM_event, is a wrapper for the
+ blocking ZOOM_event_sys_{poll,select}.
NEWS
debian/rules
include/yaz/zoom.h
src/Makefile.am
src/zoom-c.c
src/zoom-p.h
src/zoom-socket.c [new file with mode: 0644]
win/makefile