From 274c73a9295195fd4e2b59acfc57c1a5e805bf40 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 28 Jun 2008 17:17:34 +0200 Subject: [PATCH] Add missing instructions. --- src/csync_util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/csync_util.c b/src/csync_util.c index 1cb716568f..b61b5b5186 100644 --- a/src/csync_util.c +++ b/src/csync_util.c @@ -49,6 +49,8 @@ static const _instr_code_struct _instr[] = { "CSYNC_INSTRUCTION_SYNC", CSYNC_INSTRUCTION_SYNC }, { "CSYNC_INSTRUCTION_STAT_ERROR", CSYNC_INSTRUCTION_STAT_ERROR }, { "CSYNC_INSTRUCTION_ERROR", CSYNC_INSTRUCTION_ERROR }, + { "CSYNC_INSTRUCTION_DELETED", CSYNC_INSTRUCTION_DELETED }, + { "CSYNC_INSTRUCTION_UPDATED", CSYNC_INSTRUCTION_UPDATED }, { NULL, CSYNC_INSTRUCTION_ERROR } };