connection_used_for_message
Last updated March 2020
Name
connection_used_for_message — Associate a message and a connection
Synopsis
#include "connection.h"
| void **connection_used_for_message** (
| h, | |
| | m)
; | |
Description
Associate a message and a connection.
- h
-
The connection handle. For a description of this data type see “connection_handle”.
- m
-
The message. For a description of this data type see “ec_message”.
This function returns void.
It is only legal to call this function in the scheduler thread.
Was this page helpful?