aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/common/ipc_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/windows/common/ipc_protocol.h')
-rw-r--r--src/client/windows/common/ipc_protocol.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/windows/common/ipc_protocol.h b/src/client/windows/common/ipc_protocol.h
index b03c032b..42ea8455 100644
--- a/src/client/windows/common/ipc_protocol.h
+++ b/src/client/windows/common/ipc_protocol.h
@@ -82,6 +82,11 @@ struct CustomInfoEntry {
wchar_t value[kValueMaxLength];
};
+struct CustomDataStream {
+ size_t size;
+ u_int8_t stream[1];
+};
+
// Constants for the protocol between client and the server.
// Tags sent with each message indicating the purpose of