diff options
Diffstat (limited to 'backends/artnet.h')
-rw-r--r-- | backends/artnet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/artnet.h b/backends/artnet.h index ecd775e..b42646d 100644 --- a/backends/artnet.h +++ b/backends/artnet.h @@ -48,6 +48,7 @@ typedef struct /*_artnet_instance_model*/ { artnet_universe data; size_t fd_index; uint64_t last_input; + uint8_t realtime; } artnet_instance_data; typedef union /*_artnet_instance_id*/ { |