diff options
Diffstat (limited to 'lib/include/service.h')
-rw-r--r-- | lib/include/service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/include/service.h b/lib/include/service.h index 594f8ca..e46cd0e 100644 --- a/lib/include/service.h +++ b/lib/include/service.h @@ -19,6 +19,8 @@ enum { it terminates. */ SVC_RESPAWN, + + SVC_MAX }; enum { |