summaryrefslogtreecommitdiffstats
path: root/tinyMSRP/include/tinymsrp/tmsrp_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyMSRP/include/tinymsrp/tmsrp_event.h')
-rwxr-xr-xtinyMSRP/include/tinymsrp/tmsrp_event.h30
1 files changed, 14 insertions, 16 deletions
diff --git a/tinyMSRP/include/tinymsrp/tmsrp_event.h b/tinyMSRP/include/tinymsrp/tmsrp_event.h
index 6629a66..3f769cb 100755
--- a/tinyMSRP/include/tinymsrp/tmsrp_event.h
+++ b/tinyMSRP/include/tinymsrp/tmsrp_event.h
@@ -2,19 +2,19 @@
* Copyright (C) 2009 Mamadou Diop.
*
* Contact: Mamadou Diop <diopmamadou(at)doubango.org>
-*
+*
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
-*
+*
* DOUBANGO is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
-*
+*
* You should have received a copy of the GNU General Public License
* along with DOUBANGO.
*
@@ -39,25 +39,23 @@
TMSRP_BEGIN_DECLS
-typedef enum tmsrp_event_type_e
-{
- tmsrp_event_type_none,
- tmsrp_event_type_connected,
- tmsrp_event_type_disconnected,
- tmsrp_event_type_message,
+typedef enum tmsrp_event_type_e {
+ tmsrp_event_type_none,
+ tmsrp_event_type_connected,
+ tmsrp_event_type_disconnected,
+ tmsrp_event_type_message,
}
tmsrp_event_type_t;
-typedef struct tmsrp_event_s
-{
- TSK_DECLARE_OBJECT;
+typedef struct tmsrp_event_s {
+ TSK_DECLARE_OBJECT;
- const void* callback_data;
- unsigned outgoing:1;
+ const void* callback_data;
+ unsigned outgoing:1;
- tmsrp_event_type_t type;
- tmsrp_message_t* message;
+ tmsrp_event_type_t type;
+ tmsrp_message_t* message;
}
tmsrp_event_t;
OpenPOWER on IntegriCloud