summaryrefslogtreecommitdiff
path: root/lib/include/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/include/service.h')
-rw-r--r--lib/include/service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/include/service.h b/lib/include/service.h
index 595c60e..c68ff90 100644
--- a/lib/include/service.h
+++ b/lib/include/service.h
@@ -53,6 +53,8 @@ typedef struct exec_t {
typedef struct service_t {
struct service_t *next;
+ char *fname; /* source file name */
+
int type; /* SVC_* service type */
int target; /* TGT_* service target */
char *desc; /* description string */