Changeset 568 for trunk/include/slib.h


Ignore:
Timestamp:
Sep 5, 2021, 12:23:19 PM (3 years ago)
Author:
katerina
Message:

Fix for ticket #458 (inotify issue).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/slib.h

    r544 r568  
    440440                          size_t count, int timeout, int is_nonblocking);
    441441
     442  int sl_read_timeout_fd_once (int fd, void * buf,
     443                               size_t count, int timeout, int is_nonblocking);
     444
    442445  int sl_read_timeout (SL_TICKET ticket, void * buf,
    443446                       size_t count, int timeout, int is_nonblocking);
Note: See TracChangeset for help on using the changeset viewer.