VLink  2.0.0
A high-performance communication middleware
vlink_server_handle_t Struct Reference

Opaque handle for a Server node. More...

#include <c_api.h>

Collaboration diagram for vlink_server_handle_t:

Public Attributes

void * native_handle
 
void * reserved [8]
 

Detailed Description

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.

Member Data Documentation

◆ native_handle

void* vlink_server_handle_t::native_handle

Internal C++ Server object pointer.

◆ reserved

void* vlink_server_handle_t::reserved[8]

Internal coordination state; do not touch.


The documentation for this struct was generated from the following file: