summaryrefslogtreecommitdiff
path: root/p2p/base/turnserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/base/turnserver.h')
-rw-r--r--p2p/base/turnserver.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/p2p/base/turnserver.h b/p2p/base/turnserver.h
index 56ce2fc..2c33cdb 100644
--- a/p2p/base/turnserver.h
+++ b/p2p/base/turnserver.h
@@ -33,13 +33,13 @@
#include <set>
#include <string>
+#include "talk/base/asyncpacketsocket.h"
#include "talk/base/messagequeue.h"
#include "talk/base/sigslot.h"
#include "talk/base/socketaddress.h"
#include "talk/p2p/base/portinterface.h"
namespace talk_base {
-class AsyncPacketSocket;
class ByteBuffer;
class PacketSocketFactory;
class Thread;
@@ -123,7 +123,8 @@ class TurnServer : public sigslot::has_slots<> {
typedef std::map<Connection, Allocation*> AllocationMap;
void OnInternalPacket(talk_base::AsyncPacketSocket* socket, const char* data,
- size_t size, const talk_base::SocketAddress& address);
+ size_t size, const talk_base::SocketAddress& address,
+ const talk_base::PacketTime& packet_time);
void OnNewInternalConnection(talk_base::AsyncSocket* socket);