kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 4d184e00debae2d6cd150bc3b879cf654401540f
parent a868ff2b25cb14d21a5c66efa67e4571f31418f6
Author: Joris Vink <joris@coders.se>
Date:   Sat, 22 Dec 2018 10:22:59 +0100

correct define number

Diffstat:
include/kore/kore.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/kore/kore.h b/include/kore/kore.h @@ -490,7 +490,7 @@ struct kore_timer { #define KORE_MSG_KEYMGR_REQ 2 #define KORE_MSG_KEYMGR_RESP 3 #define KORE_MSG_SHUTDOWN 4 -#define KORE_MSG_ENTROPY_REQ 4 +#define KORE_MSG_ENTROPY_REQ 5 #define KORE_MSG_ENTROPY_RESP 6 #define KORE_MSG_CERTIFICATE 7 #define KORE_MSG_CERTIFICATE_REQ 8