From e8b3babd44971d1d4b25186f88bdbea23f7bf394 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 17 Feb 2016 15:52:25 +0100 Subject: Implement outstanding write request --- uca-net-protocol.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'uca-net-protocol.h') diff --git a/uca-net-protocol.h b/uca-net-protocol.h index 9ea6699..653a26d 100644 --- a/uca-net-protocol.h +++ b/uca-net-protocol.h @@ -13,6 +13,7 @@ typedef enum { UCA_NET_MESSAGE_STOP_READOUT, UCA_NET_MESSAGE_TRIGGER, UCA_NET_MESSAGE_GRAB, + UCA_NET_MESSAGE_WRITE, UCA_NET_MESSAGE_CLOSE_CONNECTION, } UcaNetMessageType; @@ -53,4 +54,10 @@ typedef struct { gsize size; } UcaNetMessageGrabRequest; +typedef struct { + UcaNetMessageType type; + gsize size; + gchar name[128]; +} UcaNetMessageWriteRequest; + #endif -- cgit v1.2.3