ec_message_unlink_on_free
Last updated March 2020
Name
ec_message_unlink_on_free — Marks the message as to be removed from disk when the last reference is dropped
Synopsis
#include "ec_message.h"
| void **ec_message_unlink_on_free** (
| mess)
; | |
Description
Marks the message as needing to be removed from disk when the last reference is dropped. This should only happen when the message has been explicitly failed or delivered.
- msg
-
A pointer to an ec_message struct. For documentation of this data structure see “ec_message”
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?