#include <lsm_datatypes.hpp>

Data Fields | |
| uint32_t | magic |
| uint32_t | flags |
| xmlURIPtr | uri |
| char * | raw_uri |
| lsm_error * | error |
| Ipc * | tp |
Information pertaining to the connection. This is the main structure and opaque data type for the library.
Definition at line 198 of file lsm_datatypes.hpp.
Error information
Definition at line 203 of file lsm_datatypes.hpp.
| uint32_t flags |
Flags for the connection
Definition at line 200 of file lsm_datatypes.hpp.
| uint32_t magic |
Magic, used for structure validation
Definition at line 199 of file lsm_datatypes.hpp.
| char* raw_uri |
Raw URI string
Definition at line 202 of file lsm_datatypes.hpp.
IPC transport
Definition at line 204 of file lsm_datatypes.hpp.
| xmlURIPtr uri |
URI
Definition at line 201 of file lsm_datatypes.hpp.
1.6.1