Add missing instructions.

This commit is contained in:
Andreas Schneider 2008-06-28 17:17:34 +02:00
parent 880530c079
commit 274c73a929

View file

@ -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 }
};