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

add SS_MODULE and SS_INSTANCE_{TEMPLATE,NAME}

parent 64a5b389
Branches
Tags
No related merge requests found
......@@ -25,6 +25,8 @@
#define SS_TREE_CURRENT_LEN (sizeof SS_TREE_CURRENT - 1)
#define SS_SERVICE "service"
#define SS_SERVICE_LEN (sizeof SS_SERVICE - 1)
#define SS_MODULE "module"
#define SS_MODULE_LEN (sizeof SS_MODULE - 1)
#define SS_SCANDIR "scandir"
#define SS_SCANDIR_LEN (sizeof SS_SCANDIR - 1)
#define SS_TREE "tree"
......@@ -111,4 +113,6 @@
/** Instance */
#define SS_INSTANCE "@I"
#define SS_INSTANCE_TEMPLATE 0
#define SS_INSTANCE_NAME 1
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment