From 85a601f7fcaaa64d58567779236a4f3568c219ad Mon Sep 17 00:00:00 2001 From: james <> Date: Fri, 15 Feb 2008 23:52:12 +0000 Subject: *** empty log message *** --- src/ipc.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/ipc.h') diff --git a/src/ipc.h b/src/ipc.h index b83f736..2713de7 100644 --- a/src/ipc.h +++ b/src/ipc.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.3 2008/02/15 23:52:12 james + * *** empty log message *** + * * Revision 1.2 2008/02/15 03:32:07 james * *** empty log message *** * @@ -35,6 +38,7 @@ #define IPC_MSG_TYPE_SETBAUD 7 #define IPC_MSG_TYPE_SENDBREAK 8 #define IPC_MSG_TYPE_SETFLOW 9 +#define IPC_MSG_TYPE_HANGUP 10 typedef struct { @@ -120,6 +124,13 @@ typedef struct } IPC_Msg_setflow; +typedef struct +{ + int32_t size; + int32_t type; +} IPC_Msg_hangup; + + typedef union { @@ -134,6 +145,7 @@ IPC_Msg_status status; IPC_Msg_setbaud setbaud; IPC_Msg_sendbreak sendbreak; IPC_Msg_setflow setflow; +IPC_Msg_hangup hangup; } IPC_Msg; -- cgit v1.2.3