Changeset 42e13c in git for Singular/ssiLink.cc


Ignore:
Timestamp:
Mar 7, 2011, 7:49:36 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
9803fba33946bae0120952e8ec3363d37dd5bc1a
Parents:
e6d9a323c902660e10dd19e2d01e633460b3a37e
Message:
document ssiStatusL

git-svn-id: file:///usr/local/Singular/svn/trunk@13941 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ssiLink.cc

    re6d9a32 r42e13c  
    11961196int slStatusSsiL(lists L, int timeout)
    11971197{
     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
    11981207  si_link l;
    11991208  ssiInfo *d;
     
    12551264  if (s==0)
    12561265  {
    1257     return -1; /*poll: not ready */
     1266    return 0; /*poll: not ready */
    12581267  }
    12591268  else /* s>0, at least one ready */
Note: See TracChangeset for help on using the changeset viewer.