summaryrefslogtreecommitdiff
path: root/src/datatypes.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-01 01:42:23 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-01 01:42:23 +0200
commit97c1c6af16683c2e99bf1897af2d26aea089589c (patch)
treed3a63959b9ca755bd9821dba20cefcc2de569a4f /src/datatypes.h
parentresolving remote rtp works now (diff)
sending keep alives works now
Diffstat (limited to 'src/datatypes.h')
-rw-r--r--src/datatypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datatypes.h b/src/datatypes.h
index 2ff5e12..7ecd997 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -77,6 +77,7 @@ struct udp_sources {
GstElement* rtcp_audio_;
int keepalive_interval_;
GInetAddress* remote_addr_;
+ guint port_base_;
};
#endif