Changeset 333 for Whitix/trunk/include/net
- Timestamp:
- 04/21/08 17:10:16 (7 months ago)
- Files:
-
- 1 modified
-
Whitix/trunk/include/net/socket.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/include/net/socket.h
r255 r333 91 91 int (*send)(struct Socket* socket, const void* buffer, int length, int flags); 92 92 int (*receive)(struct Socket* socket, void* buffer, int length, int flags); 93 int (*poll)(struct Socket* socket, struct PollItem* item );93 int (*poll)(struct Socket* socket, struct PollItem* item, struct PollQueue* pollQueue); 94 94 }; 95 95
