summaryrefslogtreecommitdiff
path: root/src/datatypes.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-29 00:58:55 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-29 00:58:55 +0200
commit1f3bee08f3a63406464fa18b346bb6d95e8de68d (patch)
treeb8fa5d59bd8c333ebd4f35699e54dfc1af6f9b84 /src/datatypes.h
parentrecording works now for receiver as well (diff)
initial support for keepalives
Diffstat (limited to 'src/datatypes.h')
-rw-r--r--src/datatypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datatypes.h b/src/datatypes.h
index f60d97f..2ff5e12 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -39,6 +39,7 @@
#include <stdint.h>
#include <glib.h>
+#include <gio/gio.h>
#include <gst/gst.h>
#include <netdb.h>
@@ -75,6 +76,7 @@ struct udp_sources {
GstElement* rtp_audio_;
GstElement* rtcp_audio_;
int keepalive_interval_;
+ GInetAddress* remote_addr_;
};
#endif