diff options
Diffstat (limited to 'src/client/windows/common')
-rw-r--r-- | src/client/windows/common/ipc_protocol.h | 5 |
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 |