Skip to content
Snippets Groups Projects
Commit 77cba730 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

add SS_MAXDEATHTALLY

parent b553427a
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,8 @@
#define SS_TREE_LEN (sizeof SS_TREE - 1)
#define SS_NOTIFICATION "notification-fd"
#define SS_NOTIFICATION_LEN (sizeof SS_NOTIFICATION - 1)
#define SS_MAXDEATHTALLY "max-death-tally"
#define SS_MAXDEATHTALLY_LEN (sizeof SS_MAXDEATHTALLY - 1)
/**tree dir*/
#define SS_RULES "/rules"
#define SS_RULES_LEN (sizeof SS_RULES - 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment