diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2016-12-21 09:27:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-21 09:27:16 +0100 |
commit | 1fc144cdc4d3eca610722818db389ef4eff6366a (patch) | |
tree | a06f3a1c29a7b63bdd31a9a66ac9025a1fca1404 /uca-net-protocol.h | |
parent | d92f4ed1f803fba3231d083023712a67eeceada4 (diff) | |
parent | cb27d4d80e98cb7cb97cfd0bfe0eade67565a762 (diff) | |
download | uca-net-1fc144cdc4d3eca610722818db389ef4eff6366a.tar.gz uca-net-1fc144cdc4d3eca610722818db389ef4eff6366a.tar.bz2 uca-net-1fc144cdc4d3eca610722818db389ef4eff6366a.tar.xz uca-net-1fc144cdc4d3eca610722818db389ef4eff6366a.zip |
Merge pull request #5 from ufo-kit/fix-3
Fix #3: use one socket connect per request
Diffstat (limited to 'uca-net-protocol.h')
-rw-r--r-- | uca-net-protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uca-net-protocol.h b/uca-net-protocol.h index de05aac..4a1b5b6 100644 --- a/uca-net-protocol.h +++ b/uca-net-protocol.h @@ -15,7 +15,6 @@ typedef enum { UCA_NET_MESSAGE_TRIGGER, UCA_NET_MESSAGE_GRAB, UCA_NET_MESSAGE_WRITE, - UCA_NET_MESSAGE_CLOSE_CONNECTION, } UcaNetMessageType; typedef struct { |