Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kehengzhong authored Jul 19, 2021
1 parent c1f9798 commit 9c45f06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/iodev.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ void * iodev_new_from_fd (void * vpcore, SOCKET fd, int fdtype,

int iodev_rwflag_set(void * vpdev, uint8 rwflag);

int iodev_set_poll (void * vdev);
int iodev_clear_poll (void * vdev);

int iodev_add_notify (void * vpdev, uint8 rwflag);
int iodev_del_notify (void * vpdev, uint8 rwflag);

Expand Down

0 comments on commit 9c45f06

Please sign in to comment.