summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-04-09 22:15:36 +0000
committerChris Wilson <chris+github@qwirx.com>2014-04-09 22:15:36 +0000
commit3b324ca62004b8ed56c3cba3ebdf61ef97b66324 (patch)
treec437fa90b904a060af17ae2ea8da446052ce6238 /lib
parent44ed218f0b219392a9e89647840c5a61c40858de (diff)
Remove NoObject reply, and adapt BackupQueries accordingly.
Diffstat (limited to 'lib')
-rw-r--r--lib/backupstore/backupprotocol.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/backupstore/backupprotocol.txt b/lib/backupstore/backupprotocol.txt
index be037313..a151df9b 100644
--- a/lib/backupstore/backupprotocol.txt
+++ b/lib/backupstore/backupprotocol.txt
@@ -77,8 +77,7 @@ SetClientStoreMarker 6 Command(Success)
GetObject 10 Command(Success)
int64 ObjectID
- CONSTANT NoObject 0
- # reply has stream following, if ObjectID != NoObject
+ # reply has stream following (if successful)
MoveObject 11 Command(Success)