aqhome: more work on new event/ipc interface.
This commit is contained in:
@@ -18,11 +18,11 @@ enum {
|
||||
|
||||
|
||||
/**
|
||||
* Start listening to the given fdObject which represents a tcp network socket.
|
||||
* The socket for that fdObject can be created by @ref AQH_TcpdObject_CreateListeningSocket().
|
||||
* Start listening on the given socket which represents a tcp network socket.
|
||||
* The socket can be created by @ref AQH_TcpdObject_CreateListeningSocket().
|
||||
*
|
||||
*/
|
||||
AQHOME_API AQH_OBJECT *AQH_TcpdObject_new(AQH_EVENT_LOOP *eventLoop, AQH_OBJECT *fdObject);
|
||||
AQHOME_API AQH_OBJECT *AQH_TcpdObject_new(AQH_EVENT_LOOP *eventLoop, int fd);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user