Asterisk - The Open Source Telephony Project  21.4.1
Functions | Variables
global_datastores.c File Reference

globally-accessible datastore information and callbacks More...

#include "asterisk.h"
#include "asterisk/global_datastores.h"

Go to the source code of this file.

Functions

static void secure_call_store_destroy (void *data)
 
static void * secure_call_store_duplicate (void *data)
 

Variables

const struct ast_datastore_info secure_call_info
 

Detailed Description

globally-accessible datastore information and callbacks

Author
Mark Michelson mmich.nosp@m.elso.nosp@m.n@dig.nosp@m.ium..nosp@m.com

Definition in file global_datastores.c.

Variable Documentation

const struct ast_datastore_info secure_call_info
Initial value:
= {
.type = "encrypt-call",
.destroy = secure_call_store_destroy,
.duplicate = secure_call_store_duplicate,
}

Definition at line 54 of file global_datastores.c.