pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
Functions
util_compat.h File Reference

Deprecated Pacemaker utilities. More...

#include <stdbool.h>
#include <glib.h>
Include dependency graph for util_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void crm_gnutls_global_init (void)
 
bool crm_is_daemon_name (const char *name)
 Check whether string represents a client name used by cluster daemons. More...
 

Detailed Description

Deprecated Pacemaker utilities.

Deprecated:
Do not include this header directly. The utilities in this header, and the header itself, will be removed in a future release.

Definition in file util_compat.h.

Function Documentation

◆ crm_gnutls_global_init()

void crm_gnutls_global_init ( void  )
Deprecated:
Use gnutls_global_init() instead

Definition at line 457 of file utils.c.

◆ crm_is_daemon_name()

bool crm_is_daemon_name ( const char *  name)

Check whether string represents a client name used by cluster daemons.

Deprecated:
Do not use (will be dropped in a future release)
Parameters
[in]nameString to check
Returns
true if name is standard client name used by daemons, false otherwise
Note
This is provided by the client, and so cannot be used by itself as a secure means of authentication.

Definition at line 476 of file utils.c.