summaryrefslogtreecommitdiff
path: root/src/streamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/streamer.h')
-rw-r--r--src/streamer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/streamer.h b/src/streamer.h
index 069787d..b47e252 100644
--- a/src/streamer.h
+++ b/src/streamer.h
@@ -35,6 +35,7 @@ struct streamer_struct {
GThread* thread_;
char* host_;
char* port_;
+ int fd_;
};
typedef struct streamer_struct streamer_t;