fix cppcheck complaints

This commit is contained in:
Thomas Göttgens
2022-12-21 15:13:16 +01:00
parent fb41b0f5c8
commit 30240ac14b
4 changed files with 9 additions and 5 deletions

View File

@@ -28,6 +28,8 @@ typedef enum _StoreAndForward_RequestResponse {
StoreAndForward_RequestResponse_ROUTER_BUSY = 5,
/* Router is responding to a request for history. */
StoreAndForward_RequestResponse_ROUTER_HISTORY = 6,
/* Router is responding to a request for stats. */
StoreAndForward_RequestResponse_ROUTER_STATS = 7,
/* Client is an in error state. */
StoreAndForward_RequestResponse_CLIENT_ERROR = 64,
/* Client has requested a replay from the router. */