SafeAPI Backend POSIX
POSIX/Linux OAL backend for safeAPIFreamwork
Loading...
Searching...
No Matches
sapi_posix_backend_channel_service.h File Reference

POSIX named-channel adapter. More...

#include "safeapi/redundancy/channel_service/sapi_channel_service.h"
#include "safeapi/oal/netlink/sapi_netlink.h"
Include dependency graph for sapi_posix_backend_channel_service.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef sapi_status_t(*) sapi_posix_channel_resolve_fn(const char *channel_name, sapi_netlink_config_t *out_config, void *context)

Functions

sapi_status_t sapi_posix_backend_channel_service_register_resolver (sapi_posix_channel_resolve_fn resolver, void *context)
const sapi_channel_service_backend_t * sapi_posix_backend_channel_service (void)

Detailed Description

POSIX named-channel adapter.

Definition in file sapi_posix_backend_channel_service.h.

Typedef Documentation

◆ sapi_posix_channel_resolve_fn

typedef sapi_status_t(*) sapi_posix_channel_resolve_fn(const char *channel_name, sapi_netlink_config_t *out_config, void *context)

Definition at line 13 of file sapi_posix_backend_channel_service.h.

Function Documentation

◆ sapi_posix_backend_channel_service()

const sapi_channel_service_backend_t * sapi_posix_backend_channel_service ( void )

Definition at line 430 of file sapi_posix_backend_channel_service.c.

◆ sapi_posix_backend_channel_service_register_resolver()

sapi_status_t sapi_posix_backend_channel_service_register_resolver ( sapi_posix_channel_resolve_fn resolver,
void * context )

Definition at line 419 of file sapi_posix_backend_channel_service.c.