![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
Configuration values for the KineticClient connection. More...
#include <kinetic_types.h>
Data Fields | |
const char * | logFile |
Path to log file. Specify 'stdout' to log to STDOUT or NULL to disable logging. More... | |
int | logLevel |
Logging level (-1:none, 0:error, 1:info, 2:verbose, 3:full) More... | |
uint8_t | readerThreads |
Number of threads used for handling incoming responses and status messages. More... | |
uint8_t | maxThreadpoolThreads |
Max number of threads to use for the threadpool that handles response callbacks. More... | |
Configuration values for the KineticClient connection.
Configuration for the KineticClient connection. If fields are zeroed out, default values will be used.
Definition at line 500 of file kinetic_types.h.
const char* KineticClientConfig::logFile |
Path to log file. Specify 'stdout' to log to STDOUT or NULL to disable logging.
Definition at line 501 of file kinetic_types.h.
int KineticClientConfig::logLevel |
Logging level (-1:none, 0:error, 1:info, 2:verbose, 3:full)
Definition at line 502 of file kinetic_types.h.
uint8_t KineticClientConfig::readerThreads |
Number of threads used for handling incoming responses and status messages.
Definition at line 503 of file kinetic_types.h.
uint8_t KineticClientConfig::maxThreadpoolThreads |
Max number of threads to use for the threadpool that handles response callbacks.
Definition at line 504 of file kinetic_types.h.