From d6ea41e1bef4a312a8a1d6683bb29aad777ec9ae Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Sun, 23 Mar 2025 20:52:03 +0100 Subject: last small formatting fixes --- src/common/shared_memory.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/common/shared_memory.h') diff --git a/src/common/shared_memory.h b/src/common/shared_memory.h index 1798ad1..465e79f 100644 --- a/src/common/shared_memory.h +++ b/src/common/shared_memory.h @@ -14,7 +14,10 @@ */ enum Operations { INSERT, DELETE, GET, PRINT }; -enum Status { FREE, SENT, PROCESSED}; +/** + * @brief Possible statuses of a request. + */ +enum Status { FREE, SENT, PROCESSED }; /** * @brief One request constists out of the operation, the arguments and the response. -- cgit 1.4.1