Name
ec_message_new — Create a new message
Synopsis
#include "ec_message.h"
| ec_message * **ec_message_new** (
| now)
; | |
Description
Create a new message.
- now
-
A pointer to a timeval struct, which may be NULL.
**Configuration Change. ** Prior to version 3.0, NULL was not an allowed value.
A reference to an ec_message struct. For documentation of this data structure see “ec_message_part”
It is legal to call this function in any thread.
See Also
Was this page helpful?