Renamed a function.

This commit is contained in:
Jan Vidar Krey
2009-05-28 01:48:31 +02:00
parent 8b90f79bac
commit b1ab64242e
4 changed files with 8 additions and 8 deletions

View File

@@ -276,12 +276,12 @@ extern void user_clear_feature_cast_support(struct user* u);
/**
* Mark the user with a want-write flag, meaning it should poll for writability.
*/
extern void user_want_write(struct user* user);
extern void user_net_io_want_write(struct user* user);
/**
* Mark the user with a want read flag, meaning it should poll for readability.
*/
extern void user_want_read(struct user* user, int timeout_s);
extern void user_net_io_want_read(struct user* user, int timeout_s);