pacemaker  1.1.18-2b07d5c5a9
Scalable High-Availability cluster resource manager
Macros | Functions
ipc_internal.h File Reference
#include <sys/types.h>
#include <crm_config.h>
Include dependency graph for ipc_internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PCMK__SPECIAL_PID   1
 
#define PCMK__SPECIAL_PID_AS_0(p)   (p)
 

Functions

int pcmk__ipc_is_authentic_process_active (const char *name, uid_t refuid, gid_t refgid, pid_t *gotpid)
 

Macro Definition Documentation

◆ PCMK__SPECIAL_PID

#define PCMK__SPECIAL_PID   1

Definition at line 25 of file ipc_internal.h.

◆ PCMK__SPECIAL_PID_AS_0

#define PCMK__SPECIAL_PID_AS_0 (   p)    (p)

Definition at line 34 of file ipc_internal.h.

Function Documentation

◆ pcmk__ipc_is_authentic_process_active()

int pcmk__ipc_is_authentic_process_active ( const char *  name,
uid_t  refuid,
gid_t  refgid,
pid_t *  gotpid 
)

Definition at line 1438 of file ipc.c.