aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/sacn.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-12 20:29:03 +0100
committercbdev <cb@cbcdn.com>2019-12-12 20:29:03 +0100
commitbef4dd78ca2a610b4c669ea2c7a477283769997d (patch)
treec02ff860ea761a1f99692610197dd44d44156516 /backends/sacn.h
parent763f6d6a434b6e5a9d166cb538857d0cac5fa29e (diff)
downloadmidimonster-bef4dd78ca2a610b4c669ea2c7a477283769997d.tar.gz
midimonster-bef4dd78ca2a610b4c669ea2c7a477283769997d.tar.bz2
midimonster-bef4dd78ca2a610b4c669ea2c7a477283769997d.zip
Extend hostspec parsing and implement local mode for sACN (#39)
Diffstat (limited to 'backends/sacn.h')
-rw-r--r--backends/sacn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/sacn.h b/backends/sacn.h
index 726fa68..c8d11e9 100644
--- a/backends/sacn.h
+++ b/backends/sacn.h
@@ -56,7 +56,6 @@ typedef union /*_sacn_instance_id*/ {
typedef struct /*_sacn_socket*/ {
int fd;
- uint8_t flags;
size_t universes;
uint16_t* universe;
uint64_t* last_frame;