From: Alain Spineux Date: Thu, 14 Mar 2024 09:44:23 +0000 (+0100) Subject: Add a new command code to bsock for dedup2 protocol X-Git-Tag: Release-15.0.2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45eeb4a06b417d101151481f97768d611dac1f4c;p=thirdparty%2Fbacula.git Add a new command code to bsock for dedup2 protocol --- diff --git a/bacula/src/lib/bsock.h b/bacula/src/lib/bsock.h index 228338956..6592a1297 100644 --- a/bacula/src/lib/bsock.h +++ b/bacula/src/lib/bsock.h @@ -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 */ }; /*