From a8b5c434e6f4442f5e8e6f97b715b2f3bc04680a Mon Sep 17 00:00:00 2001
From: Dmitriy Gerasimov <naeper@demlabs.net>
Date: Wed, 15 May 2019 22:20:35 +0700
Subject: [PATCH] [+] WRONG place to have it but just to compile other libs
 lets left service_key here

---
 stream/dap_stream.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/stream/dap_stream.h b/stream/dap_stream.h
index 2a149cc..9248faa 100755
--- a/stream/dap_stream.h
+++ b/stream/dap_stream.h
@@ -63,6 +63,8 @@ typedef struct dap_stream {
     struct dap_udp_client * conn_udp; // UDP-client
     dap_events_socket_t * events_socket;
 
+    char * service_key;
+
     bool is_live;
     bool is_client_to_uplink ;
 
-- 
GitLab