X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-protocolbuffer-encoding%2Fsrc%2Fmain%2Fresources%2FDataChangeListener.proto;h=3c1c881796f3d90a837d62e0dc1f0a6e9714dd29;hb=f1c47fb514878ef2149e5f22d6098ff8c79dec1d;hp=61f51418de64966fde9aa0276ea096c899a0d0b0;hpb=673b6a8aa6e70ce3752af61611abf57152cd58fd;p=controller.git diff --git a/opendaylight/md-sal/sal-protocolbuffer-encoding/src/main/resources/DataChangeListener.proto b/opendaylight/md-sal/sal-protocolbuffer-encoding/src/main/resources/DataChangeListener.proto index 61f51418de..3c1c881796 100644 --- a/opendaylight/md-sal/sal-protocolbuffer-encoding/src/main/resources/DataChangeListener.proto +++ b/opendaylight/md-sal/sal-protocolbuffer-encoding/src/main/resources/DataChangeListener.proto @@ -1,13 +1,13 @@ package org.opendaylight.controller.mdsal; -import "SimpleNormalizedNode.proto"; +import "Common.proto"; -option java_package = "org.opendaylight.controller.cluster.datastore.datachange.notification"; +option java_package = "org.opendaylight.controller.protobuff.messages.datachange.notification"; option java_outer_classname = "DataChangeListenerMessages"; message DataChanged{ repeated string instanceIdentifierPathArguments =1 ; - required NormalizedNodeXml normalizedNodeXml = 2; + required Node normalizedNode = 2; } message DataChangedReply{