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;