Commit 29db0956 authored by Dafydd Harries's avatar Dafydd Harries

make candidate pair hold pointers to candidates

darcs-hash:20070313170908-c9803-c8da5dab9361248b69dff151e23a4f992b87c4a6.gz
parent 4b667f1b
......@@ -121,8 +121,8 @@ typedef struct _CandidatePair CandidatePair;
struct _CandidatePair
{
NiceCandidate local;
NiceCandidate remote;
NiceCandidate *local;
NiceCandidate *remote;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment