projects
/
yazpp-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a072002
)
Update for changed yaz_poll parameters
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 9 Nov 2007 22:10:10 +0000
(22:10 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 9 Nov 2007 22:10:10 +0000
(22:10 +0000)
src/yaz-socket-manager.cpp
patch
|
blob
|
history
diff --git
a/src/yaz-socket-manager.cpp
b/src/yaz-socket-manager.cpp
index
edc56af
..
c623b20
100644
(file)
--- a/
src/yaz-socket-manager.cpp
+++ b/
src/yaz-socket-manager.cpp
@@
-2,7
+2,7
@@
* Copyright (c) 1998-2005, Index Data.
* See the file LICENSE for details.
*
- * $Id: yaz-socket-manager.cpp,v 1.37 2007-11-09 21:49:15 adam Exp $
+ * $Id: yaz-socket-manager.cpp,v 1.38 2007-11-09 22:10:10 adam Exp $
*/
#if HAVE_SYS_TIME_H
@@
-160,7
+160,7
@@
int SocketManager::processEvent()
}
int pass = 0;
- while ((res = yaz_poll(fds, no_fds, timeout)) < 0)
+ while ((res = yaz_poll(fds, no_fds, timeout, 0)) < 0)
{
if (errno != EINTR)
{