Changeset 42e13c in git for Singular/ssiLink.cc
- Timestamp:
- Mar 7, 2011, 7:49:36 PM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 9803fba33946bae0120952e8ec3363d37dd5bc1a
- Parents:
- e6d9a323c902660e10dd19e2d01e633460b3a37e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ssiLink.cc
re6d9a32 r42e13c 1196 1196 int slStatusSsiL(lists L, int timeout) 1197 1197 { 1198 // input: L: a list with snks of type 1199 // si-fork, ssi-tcp, MPtcp-fork or MPtcp-launch 1200 // timeout: timeout for select in micro-seconds 1201 // or -1 for infinity 1202 // or 0 for polling 1203 // returns: ERROR (via Werror): L has wrong elements or link not open 1204 // -2: select returns an error 1205 // 0: timeout or (polling): none ready 1206 // i>0: (at least) L[i] is ready 1198 1207 si_link l; 1199 1208 ssiInfo *d; … … 1255 1264 if (s==0) 1256 1265 { 1257 return -1; /*poll: not ready */1266 return 0; /*poll: not ready */ 1258 1267 } 1259 1268 else /* s>0, at least one ready */
Note: See TracChangeset
for help on using the changeset viewer.