changeset 25696:86f05fa8a90a

Clarify the scope of two variables.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sat, 28 Jun 2008 17:42:31 +0000
parents 13936e4405b7
children 4e3cc48cdace
files libpurple/media.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/media.c	Fri Jun 27 21:39:56 2008 +0000
+++ b/libpurple/media.c	Sat Jun 28 17:42:31 2008 +0000
@@ -48,6 +48,11 @@
 	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;
 };