Drop patty_ax25_server member fds_w
This commit is contained in:
parent
8d24566e83
commit
1888b70ed9
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ struct _patty_ax25_server {
|
||||||
struct timeval timeout;
|
struct timeval timeout;
|
||||||
|
|
||||||
fd_set fds_watch, /* fds to monitor with select() */
|
fd_set fds_watch, /* fds to monitor with select() */
|
||||||
fds_r, /* fds select()ed for reading */
|
fds_r; /* fds select()ed for reading */
|
||||||
fds_w; /* fds select()ed for writing */
|
|
||||||
|
|
||||||
patty_list *ifaces;
|
patty_list *ifaces;
|
||||||
patty_ax25_route_table *routes;
|
patty_ax25_route_table *routes;
|
||||||
|
|
Loading…
Add table
Reference in a new issue