storagemanager_types.h

// SPDX-License-Identifier: MIT

struct elosStorageManager
[source]

Data structure of a StorageManager

int *pluginManager
[source]

component to manage storage plugins

const samconfConfig_t *config
[source]

configuration variables for elos

const char *searchPath
[source]

string for the plugin manager to start search from

int pluginControlPtrVector
[source]

Plugin Control vector to load storage plugins on to

int backends
[source]
struct elosStorageManagerParam
[source]

Initialization parameters for a new storage manager component

int *pluginManager
[source]

plugin manager where storage plugins are stored and managed

samconfConfig_t *config
[source]

elos configuration variables

struct elosStorageManagerParam_t
[source]

Initialization parameters for a new storage manager component

int *pluginManager
[source]

plugin manager where storage plugins are stored and managed

samconfConfig_t *config
[source]

elos configuration variables

struct elosStorageManager_t
[source]

Data structure of a StorageManager

int *pluginManager
[source]

component to manage storage plugins

const samconfConfig_t *config
[source]

configuration variables for elos

const char *searchPath
[source]

string for the plugin manager to start search from

int pluginControlPtrVector
[source]

Plugin Control vector to load storage plugins on to

int backends
[source]