Add minstratum command

This commit is contained in:
Miroslav Lichvar
2010-08-25 13:50:46 +02:00
parent e95676f65f
commit 78300d018a
9 changed files with 124 additions and 3 deletions

View File

@@ -147,6 +147,8 @@ PKL_CommandLength(CMD_Request *r)
return offsetof(CMD_Request, data.make_step.EOR);
case REQ_ACTIVITY:
return offsetof(CMD_Request, data.activity.EOR);
case REQ_MODIFY_MINSTRATUM:
return offsetof(CMD_Request, data.modify_minstratum.EOR);
default:
/* If we fall through the switch, it most likely means we've forgotten to implement a new case */
assert(0);