Index: ipc/ipc_message_macros.h |
diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h |
index f37c05b8ebd7470cd23f9f58fe840da7e8def242..1479d3709a3d8533f9c15618dff370ed2d25cd1f 100644 |
--- a/ipc/ipc_message_macros.h |
+++ b/ipc/ipc_message_macros.h |
@@ -202,7 +202,7 @@ |
struct IPC_MESSAGE_EXPORT struct_name : parent { \ |
struct_name(); \ |
~struct_name(); |
-#define IPC_STRUCT_MEMBER(type, name) type name; |
+#define IPC_STRUCT_MEMBER(type, name, ...) type name; |
Tom Sepez
2012/04/13 18:22:37
Nit: maybe a comment here that the elipsis represe
jbates
2012/04/14 00:35:11
Done.
|
#define IPC_STRUCT_END() }; |
// Message macros collect specific numbers of arguments and funnel them into |