Skip to content

Commit 4b30c14

Browse files
authored
added done boolean
1 parent 43170f2 commit 4b30c14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

proto/gnmi_ext/gnmi_ext.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,7 @@ message ConfigSubscriptionSyncDone {
186186
// ID of a commit as might be assigned by the server
187187
// when registering a commit operation.
188188
string server_commit_id = 2;
189+
// If true indicates that the server is done processing the updates related to the
190+
// commit_confirmed_id and/or server_commit_id.
191+
bool done = 3;
189192
}

0 commit comments

Comments
 (0)