ec_message_blobject_remove
Last updated March 2020
Name
ec_message_blobject_remove — Remove a blobject tag
Synopsis
#include "ec_message.h"
| int **ec_message_blobject_remove** (
| msg, | |
| | key)
; | |
Description
Remove a blobject tag. If the object is found in the hash, delete the reference to it.
- msg
-
A pointer to an ec_message struct. For documentation of this data structure see “ec_message”
- key
-
Identifies the blobject to remove.
Returns 1 if the object was found and removed, or 0 otherwise.
It is legal to call this function in any thread.
See Also
Was this page helpful?