diff options
Diffstat (limited to 'service.h')
-rw-r--r-- | service.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ typedef struct Service Service; -#include "name.h" +#include "unit.h" typedef enum ServiceState { SERVICE_DEAD, @@ -73,6 +73,6 @@ struct Service { int timer_id; }; -const NameVTable service_vtable; +const UnitVTable service_vtable; #endif |