From f456c7983ded455b006d25a9c5e17401f6c22dca Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Mon, 7 Jan 2013 13:05:37 -0500 Subject: mem: Add tracing support in the communication monitor This patch adds packet tracing to the communication monitor using a protobuf as the mechanism for creating the trace. If no file is specified, then the tracing is disabled. If a file is specified, then for every packet that is successfully sent, a protobuf message is serialized to the file. --- src/proto/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proto/SConscript') diff --git a/src/proto/SConscript b/src/proto/SConscript index ade891737..9bb6fd428 100644 --- a/src/proto/SConscript +++ b/src/proto/SConscript @@ -41,4 +41,5 @@ Import('*') # Only build if we have protobuf support if env['HAVE_PROTOBUF']: + ProtoBuf('packet.proto') Source('protoio.cc') -- cgit v1.2.3