Skip to content

Commit 9a99ddc

Browse files
Update ff_sysproto.h
1 parent bd3c8bb commit 9a99ddc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

adapter/syscall/ff_sysproto.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,11 @@ struct ff_exit_application_args {
203203
struct ff_so_context *sc;
204204
};
205205

206+
struct ff_select_args {
207+
int nfds;
208+
fd_set *readfds;
209+
fd_set *writefds;
210+
fd_set *exceptfds;
211+
};
212+
206213
#endif

0 commit comments

Comments
 (0)