summaryrefslogtreecommitdiff
path: root/src/proto
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2014-09-01 16:55:46 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2014-09-01 16:55:46 -0500
commitd07abd9b5b7c9d0b47e1f3edc87da3823adaad11 (patch)
tree2d8ff0dc941d635542d3fd722cda4b3437e36431 /src/proto
parentcee8faaad066cda6710904b5190e7287ff9356af (diff)
downloadgem5-d07abd9b5b7c9d0b47e1f3edc87da3823adaad11.tar.xz
mem: change the namespace Message to ProtoMessage
The namespace Message conflicts with the Message data type used extensively in Ruby. Since Ruby is being moved to the same Master/Slave ports based configuration style as the rest of gem5, this conflict needs to be resolved. Hence, the namespace is being renamed to ProtoMessage.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/packet.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/packet.proto b/src/proto/packet.proto
index a98df7efe..d27599691 100644
--- a/src/proto/packet.proto
+++ b/src/proto/packet.proto
@@ -36,7 +36,7 @@
// Authors: Andreas Hansson
// Put all the generated messages in a namespace
-package Message;
+package ProtoMessage;
// Packet header with the identifier describing what object captured
// the trace, the version of this file format, and the tick frequency