Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/clib/cfathread.h

    rf03e11d r9e27f69  
    105105        ssize_t cfathread_read(int fildes, void *buf, size_t nbyte);
    106106
     107        void cfathread_suspendFD(int fd);
     108        void cfathread_resumeFD (int fd);
     109
    107110#if defined(__cforall) || defined(__cplusplus)
    108111}
Note: See TracChangeset for help on using the changeset viewer.