aqhome: started rewriting message code, start using new event2 lib.
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#include <aqhome/events2/object.h>
|
||||
|
||||
|
||||
|
||||
enum {
|
||||
/** param1=msgSize, param2=msgPointer */
|
||||
AQH_MSG_READER_SIGNAL_MSGRECVD=AQH_OBJECT_SIGNAL_LAST,
|
||||
@@ -23,8 +22,10 @@ enum {
|
||||
|
||||
|
||||
|
||||
enum {
|
||||
AQH_MSGREADER_SLOT_SOCKETREADY=1
|
||||
};
|
||||
|
||||
AQH_OBJECT *AQH_MsgReader_new(AQH_EVENT_LOOP *eventLoop, int fd);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user