Clean up service.h
Most of the service header functions now contain the relevant documentation. Cleaned up small parts of it and renamed functions to be more consistent.
This commit is contained in:
@ -1776,7 +1776,7 @@ shutdown_service(DCB *dcb, SERVICE *service)
|
||||
static void
|
||||
restart_service(DCB *dcb, SERVICE *service)
|
||||
{
|
||||
serviceRestart(service);
|
||||
serviceStart(service);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user