Low Power Assistant Middleware Library 5.5.0
ol_desc_t Struct Reference

Description

Offload instance description table entry.

Defines a specific instance and configuration for an offload. This entry may be automatically generated by a software configurator. A table of entries made available to the Offload Manager.

Data Fields

const char * name
 Friendly name for debug (XXX: make debug only).
 
const void * cfg
 Offload-specific configuration.
 
const struct ol_fns * fns
 Offload-specific function pointers (extern'd by offloads).
 
void * ol
 Offload-specific instance (context) pointer.
 
void * worker_thread
 Worker Thread used by Offload Manager.