# HG changeset patch # User Mike Ruprecht # Date 1214674951 0 # Node ID 86f05fa8a90a1c4f9790524aa2e17e0c40a8adaa # Parent 13936e4405b74e19b9a812e45f38b71b710ed7f6 Clarify the scope of two variables. diff -r 13936e4405b7 -r 86f05fa8a90a libpurple/media.c --- 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; };