|
VLink
2.0.0
A high-performance communication middleware
|
Opaque handle for a Client node.
More...
#include <c_api.h>
Public Attributes | |
| void * | native_handle |
| void * | reserved [8] |
Opaque handle for a Client node.
Created by vlink_create_client() and destroyed by vlink_destroy_client(). native_handle references a heap-allocated vlink::Client<vlink::Bytes, vlink::Bytes>.
| void* vlink_client_handle_t::native_handle |
Internal C++ Client object pointer.
| void* vlink_client_handle_t::reserved[8] |
Reserved for internal state; do not touch.