summaryrefslogtreecommitdiff
path: root/syncRtpCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'syncRtpCommand.h')
-rw-r--r--syncRtpCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/syncRtpCommand.h b/syncRtpCommand.h
index 7ac9859..cc1309e 100644
--- a/syncRtpCommand.h
+++ b/syncRtpCommand.h
@@ -22,7 +22,8 @@ private:
{
Lock lock(gRtpSessionTable.getMutex());
ar & callid_;
- ar & gRtpSessionTable.getOrNewSessionUnlocked(callid_);
+ bool is_new;
+ ar & gRtpSessionTable.getOrNewSessionUnlocked(callid_, is_new);
};
};