|
VLink
2.0.0
A high-performance communication middleware
|
Opaque handle for a Server node.
More...
#include <c_api.h>
Public Attributes | |
| void * | native_handle |
| void * | reserved [8] |
Opaque handle for a Server node.
Created by vlink_create_server() and destroyed by vlink_destroy_server(). native_handle references a heap-allocated vlink::Server<vlink::Bytes, vlink::Bytes>. The reserved array holds the coordination data used to implement the synchronous request-reply protocol; its layout is intentionally private.
| void* vlink_server_handle_t::native_handle |
Internal C++ Server object pointer.
| void* vlink_server_handle_t::reserved[8] |
Internal coordination state; do not touch.