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:
Markus Makela
2016-11-25 12:15:52 +02:00
parent ff3173d588
commit 6ea4e50f2c
6 changed files with 208 additions and 144 deletions

View File

@ -1776,7 +1776,7 @@ shutdown_service(DCB *dcb, SERVICE *service)
static void
restart_service(DCB *dcb, SERVICE *service)
{
serviceRestart(service);
serviceStart(service);
}
/**