ec_message_assign_domain
Last updated March 2020
Name
ec_message_assign_domain — Modify the domain record of an ec_message
Synopsis
#include "ec_message.h"
| void **ec_message_assign_domain** (
| mess, | |
| | dr)
; | |
Description
Modify the domain record of an ec_message. This will increment the reference count on the domain_record passed in.
Note
You MUST use ec_message_assign_domain or ec_message_assign_domain_by_name to change the domain of an ec_message or you will skew the binding/domain stats.
- mess
-
A pointer to an ec_message struct. For documentation of this data structure see “ec_message”
- dr
-
A pointer to a domain_record struct. For documentation of this data structure see “domain_record”
This function returns void.
It is legal to call this function in the Scheduler
thread.
See Also
Was this page helpful?