commit | 236cbac1213fb8444c90dd2bb055116134917861 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Feb 10 15:45:37 2023 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Feb 10 15:45:37 2023 +0100 |
tree | a8c0195d279409286a1444040aef8771b0e47b48 | |
parent | 4f0b1fc11b7eb643f11ec80368d3675327bd3904 [diff] [blame] |
log UPDATE store last message
diff --git a/src/common.h b/src/common.h index 06a79db..704a4e7 100644 --- a/src/common.h +++ b/src/common.h
@@ -56,6 +56,9 @@ * Logger *****************************************************************************/ +/** size of the last message buffer */ +#define LY_LAST_MSG_SIZE 512 + extern ATOMIC_T ly_ll; extern ATOMIC_T ly_log_opts;