]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Add a new command code to bsock for dedup2 protocol
authorAlain Spineux <alain@baculasystems.com>
Thu, 14 Mar 2024 09:44:23 +0000 (10:44 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 21 Mar 2024 16:20:15 +0000 (17:20 +0100)
bacula/src/lib/bsock.h

index 228338956c3ce859645d82281416f5f1e410a6ab..6592a12974bb533526ef8b7649dcb0377016eba6 100644 (file)
@@ -207,7 +207,8 @@ enum {
    BNET_CMD_STO_BLOCK  =  4, /* backup  FD->SD  FD send requested block */
    BNET_CMD_REC_ACK    =  5, /* restore FD->SD  FD has consumed records from the buffer */
    BNET_CMD_STP_THREAD =  6, /* restore FD->SD  SD must stop thread */
-   BNET_CMD_STP_FLOWCTRL = 7 /* backup FD->SD  SD must stop sending flowcontrol information */
+   BNET_CMD_STP_FLOWCTRL = 7, /* backup FD->SD  SD must stop sending flowcontrol information */
+   BNET_CMD_STO_MISS     = 8, /* MAC SD->SD     SD don't have the block */
 };
 
 /*