X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Fmain%2Fresources%2FPersistent.proto;h=72651ab26054dbb69febec8fa7994f0d8f8832f4;hp=8e834494cbe590aabdb2c68a49389f5d05c040aa;hb=a58c23b491f665e6d5449e97d430a7e15d1ecda6;hpb=aa16c6b860255d4509f240fbcb416b8d3d6c0232 diff --git a/opendaylight/md-sal/sal-clustering-commons/src/main/resources/Persistent.proto b/opendaylight/md-sal/sal-clustering-commons/src/main/resources/Persistent.proto index 8e834494cb..72651ab260 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/main/resources/Persistent.proto +++ b/opendaylight/md-sal/sal-clustering-commons/src/main/resources/Persistent.proto @@ -11,10 +11,12 @@ message Modification { required string type=1; required InstanceIdentifier path=2; optional Node data=3; + } message CompositeModification { repeated Modification modification=1; + optional int64 timeStamp = 2; }