Changeset 5b1536 in git for Singular/links/ssiLink.cc


Ignore:
Timestamp:
Mar 27, 2024, 3:36:42 PM (6 weeks ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
05c0226280008e363764bc5770b3417606534e41
Parents:
c557548eb377680a027b43841f5c96858e4e28d9
Message:
fix timeout for poll
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/links/ssiLink.cc

    rc55754 r5b1536  
    20162016    }
    20172017  }
    2018   if (timeout>0) timeout=timeout/1000000;
     2018  if (timeout>0) timeout=timeout/1000;
    20192019do_poll:
    20202020  s=si_poll(pfd,nfd,timeout);
Note: See TracChangeset for help on using the changeset viewer.