Changeset 2433 for trunk/packages
- Timestamp:
- Aug 28, 2011, 2:34:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/pymolproxy/pymolproxy.c
r2432 r2433 2135 2135 InitBuffer(&proxyPtr->server, proxyPtr->sout); 2136 2136 2137 initPoll.fd = proxyPtr->s in;2138 initPoll.events = POLL OUT;2137 initPoll.fd = proxyPtr->sout; 2138 initPoll.events = POLLIN; 2139 2139 if (poll(&initPoll, 1, -1) < 0) { 2140 2140 ERROR("Initial poll failed: %s", strerror(errno));
Note: See TracChangeset
for help on using the changeset viewer.