VLink  2.0.0
A high-performance communication middleware
vlink_server_handle_t结构体 参考

Opaque handle for a Server node. 更多...

#include <c_api.h>

vlink_server_handle_t 的协作图:

Public 属性

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.

类成员变量说明

◆ 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.


该结构体的文档由以下文件生成: