soc.2008.vv: d0d9b5b7: Clarify the scope of two variables.
maiku at soc.pidgin.im
maiku at soc.pidgin.im
Thu Jul 10 21:25:50 EDT 2008
-----------------------------------------------------------------
Revision: d0d9b5b70d3c076faa9558032cc1399604056f9d
Ancestor: fd666962798759171d03709dc70a6bf3ecb52698
Author: maiku at soc.pidgin.im
Date: 2008-06-28T17:42:31
Branch: im.pidgin.soc.2008.vv
URL: http://d.pidgin.im/viewmtn/revision/info/d0d9b5b70d3c076faa9558032cc1399604056f9d
Modified files:
libpurple/media.c
ChangeLog:
Clarify the scope of two variables.
-------------- next part --------------
============================================================
--- libpurple/media.c e74e7ebde3ec70bc1f403d01c3e62d2f3f76cb15
+++ libpurple/media.c 65e3f7ba9be320a61105aeec655838be315b1a33
@@ -48,6 +48,11 @@ struct _PurpleMediaSession
GHashTable *streams; /* FsStream list map to participant's name */
PurpleMediaStreamType type;
GHashTable *local_candidates; /* map to participant's name? */
+
+ /*
+ * These will need to be per stream when sessions with multiple
+ * streams are supported.
+ */
FsCandidate *local_candidate;
FsCandidate *remote_candidate;
};
More information about the Commits
mailing list