summaryrefslogtreecommitdiff
path: root/agent/stream.h
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-07-28 11:10:05 -0400
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-07-28 11:10:05 -0400
commit1045b8a8f08dea0555ecb817d36f355f5e6d3257 (patch)
treeb5534524829eaa72dbd729ed434d9cf998a01c7b /agent/stream.h
parent55880a223128cb0a0af10772873c6008e8954d86 (diff)
downloadlibnice-1045b8a8f08dea0555ecb817d36f355f5e6d3257.tar.gz
Change new API to nice_agent_set_stream_tos, save the tos and apply it to new sockets
Diffstat (limited to 'agent/stream.h')
-rw-r--r--agent/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/stream.h b/agent/stream.h
index cc39595..ce91e02 100644
--- a/agent/stream.h
+++ b/agent/stream.h
@@ -83,6 +83,7 @@ struct _Stream
gchar remote_ufrag[NICE_STREAM_MAX_UFRAG];
gchar remote_password[NICE_STREAM_MAX_PWD];
gboolean gathering;
+ gint tos;
};
Stream *