aqhome: started rewriting message code, start using new event2 lib.
This commit is contained in:
27
aqhome/ipc2/nodeendpoint_p.h
Normal file
27
aqhome/ipc2/nodeendpoint_p.h
Normal file
@@ -0,0 +1,27 @@
|
||||
/****************************************************************************
|
||||
* This file is part of the project AqHome.
|
||||
* AqHome (c) by 2025 Martin Preuss, all rights reserved.
|
||||
*
|
||||
* The license for this file can be found in the file COPYING which you
|
||||
* should have received along with this file.
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef AQH_NODEENDPOINT_P_H
|
||||
#define AQH_NODEENDPOINT_P_H
|
||||
|
||||
|
||||
#include "./nodeendpoint.h"
|
||||
|
||||
typedef struct AQH_NODE_ENDPOINT AQH_NODE_ENDPOINT;
|
||||
|
||||
struct AQH_NODE_ENDPOINT {
|
||||
AQH_MESSAGE_LIST *msgOutList;
|
||||
AQH_MESSAGE_LIST *msgInList;
|
||||
AQH_OBJECT *msgWriter;
|
||||
AQH_OBJECT *msgReader;
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user