Show
Ignore:
Timestamp:
04/21/08 17:10:16 (7 months ago)
Author:
mwhitworth
Message:

Fix sort call to kernel.txt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/include/net/socket.h

    r255 r333  
    9191        int (*send)(struct Socket* socket, const void* buffer, int length, int flags); 
    9292        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); 
    9494}; 
    9595