Use new YAZ function ZOOM_connection_exec_task .
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 7 Apr 2010 11:40:00 +0000 (13:40 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 7 Apr 2010 11:40:00 +0000 (13:40 +0200)
commitd95f1578e8a8ef260a95dde9bece743ad6b49a00
tree48c55c60fcdb446c8743fc87948c8f40b5b31c7a
parent31b2dd66968bf57d430d8c17d69171315b7ca1ad
Use new YAZ function ZOOM_connection_exec_task .

Pazpar2 is using ZOOM_connection_exec_task instead of ZOOM_event_nonblock
to avoid that we loose any events. ZOOM_connection_exec_task will just
ensure that any outstanding tasks are initiated - such as connect,
earch, present etc.
src/connection.c