Serialization/Deserialization and a host of other fixes
[controller.git] / opendaylight / md-sal / sal-protocolbuffer-encoding / src / main / resources / ListenerRegistration.proto
index b3eb2ed4bdeb252d43314e3f29d4ee98e70a8b03..3342a1364abba61a87dae70190859d7908c4e1d0 100644 (file)
@@ -1,5 +1,7 @@
 package org.opendaylight.controller.mdsal;
 
+import "Common.proto";
+
 option java_package = "org.opendaylight.controller.protobuff.messages.registration";
 option java_outer_classname = "ListenerRegistrationMessages";
 
@@ -22,7 +24,7 @@ message CloseDataChangeListenerRegistrationReply{
  */
 
 message RegisterChangeListener{
-required string instanceIdentifierPath=1;
+required InstanceIdentifier instanceIdentifierPath=1;
 required string dataChangeListenerActorPath=2;
 required int32 dataChangeScope=3;
 }