mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 01:22:10 +00:00
Add missing prototype and fix white spaces
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2242 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
4c4b980d6b
commit
def7372626
@ -43,19 +43,26 @@ extern unsigned int corosync_service_link_and_init (
|
||||
const char *service_name,
|
||||
unsigned int service_ver);
|
||||
|
||||
/*
|
||||
* Unlink and exit a service based on service priority
|
||||
*/
|
||||
extern unsigned int corosync_service_unlink_priority (
|
||||
struct corosync_api_v1 *corosync_api,
|
||||
int priority);
|
||||
|
||||
/*
|
||||
* Unlink and exit a service
|
||||
*/
|
||||
extern unsigned int corosync_service_unlink_and_exit (
|
||||
struct corosync_api_v1 *objdb,
|
||||
const char *service_name,
|
||||
unsigned int service_ver);
|
||||
struct corosync_api_v1 *objdb,
|
||||
const char *service_name,
|
||||
unsigned int service_ver);
|
||||
|
||||
/*
|
||||
* Unlink and exit all corosync services
|
||||
*/
|
||||
extern unsigned int corosync_service_unlink_all (
|
||||
struct corosync_api_v1 *objdb);
|
||||
struct corosync_api_v1 *objdb);
|
||||
|
||||
/*
|
||||
* Load all of the default services
|
||||
|
Loading…
Reference in New Issue
Block a user