From d07abd9b5b7c9d0b47e1f3edc87da3823adaad11 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Mon, 1 Sep 2014 16:55:46 -0500 Subject: 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. --- src/proto/packet.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proto') 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 -- cgit v1.2.3