From 8b4b958678c52893ab1901c15dec123c99d56927 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 23 Feb 2008 00:26:11 +0000 Subject: Now that s-s-d accepts >1 argument for stopping a daemon on match we need to store all arguments used incase a service started the same daemon more than once with different paramters. --- src/librc/rc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librc/rc.h') diff --git a/src/librc/rc.h b/src/librc/rc.h index 51755223..87e88609 100644 --- a/src/librc/rc.h +++ b/src/librc/rc.h @@ -190,7 +190,7 @@ pid_t rc_service_stop (const char *service); * @param exec to check * @param indx of the daemon (optional - 1st daemon, 2nd daemon, etc) * @return true if started by this service, otherwise false */ -bool rc_service_started_daemon (const char *service, const char *exec, +bool rc_service_started_daemon (const char *service, const char *const *argv, int indx); /*! Return a saved value for a service -- cgit v1.2.3