Changeset 7626c5f in git for Singular/silink.h


Ignore:
Timestamp:
Apr 8, 2011, 11:33:50 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
Children:
1da23e5a8e69792bb0f66403041e781d0ab13fa5
Parents:
f9e6d7592f3b35aaff38fe73f121615de78b162c
Message:
SIGTERM handler to close ssi links

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

Legend:

Unmodified
Added
Removed
  • Singular/silink.h

    rf9e6d7 r7626c5f  
    103103
    104104int slStatusSsiL(lists L, int timeout);
     105
     106typedef struct
     107{
     108  leftv u;
     109  si_link l;
     110  void * next;
     111} link_struct;
     112
     113typedef link_struct* link_list;
     114
     115extern link_list ssiToBeClosed;
    105116#endif // SILINK_H
Note: See TracChangeset for help on using the changeset viewer.