projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
997ab83
)
Using iochan_event_loop (WIN32)
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 12 Nov 2007 08:57:45 +0000
(08:57 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 12 Nov 2007 08:57:45 +0000
(08:57 +0000)
src/statserv.c
patch
|
blob
|
history
diff --git
a/src/statserv.c
b/src/statserv.c
index
49221f2
..
4b80162
100644
(file)
--- a/
src/statserv.c
+++ b/
src/statserv.c
@@
-5,7
+5,7
@@
* NT threaded server code by
* Chas Woodfield, Fretwell Downing Informatics.
*
- * $Id: statserv.c,v 1.51 2007-11-12 08:41:56 adam Exp $
+ * $Id: statserv.c,v 1.52 2007-11-12 08:57:45 adam Exp $
*/
/**
@@
-771,7
+771,7
@@
void statserv_closedown()
void __cdecl event_loop_thread (IOCHAN iochan)
{
- event_loop (&iochan);
+ iochan_event_loop (&iochan);
}
/* WIN32 listener */