summaryrefslogtreecommitdiff
path: root/agent/candidate.h
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2007-03-13 13:59:00 +0000
committerDafydd Harries <dafydd.harries@collabora.co.uk>2007-03-13 13:59:00 +0000
commit58fc0fa809941a12ae565c615a8be5008b7605b1 (patch)
tree8de663720045a9a212e3b6dd840eb166f8cf0043 /agent/candidate.h
parent458059ca15bd29614253659eb7758bf00dedf243 (diff)
downloadlibnice-58fc0fa809941a12ae565c615a8be5008b7605b1.tar.gz
destroy GSources created when attaching to mainloop
darcs-hash:20070313135920-c9803-d9cd52124b319f1ad80eab6d18366f333307ad7d.gz
Diffstat (limited to 'agent/candidate.h')
-rw-r--r--agent/candidate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/candidate.h b/agent/candidate.h
index b2bee4e..b2da864 100644
--- a/agent/candidate.h
+++ b/agent/candidate.h
@@ -31,6 +31,7 @@ struct _NiceCandidate
NiceUDPSocket sock;
gchar username[128];
gchar password[128];
+ GSource *source;
};