ipc2: started working on event-based ipc handling.
This commit is contained in:
27
aqhome/ipc2/tcpd_object_p.h
Normal file
27
aqhome/ipc2/tcpd_object_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_TCPD_OBJECT_P_H
|
||||
#define AQH_TCPD_OBJECT_P_H
|
||||
|
||||
|
||||
#include "./tcpd_object.h"
|
||||
|
||||
|
||||
typedef struct AQH_TCPD_OBJECT AQH_TCPD_OBJECT;
|
||||
struct AQH_TCPD_OBJECT {
|
||||
int fdSocket;
|
||||
AQH_OBJECT *fdObject;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user