mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-14 22:08:28 +00:00
Merge "core: Entity ID is not set or invalid" into 13
This commit is contained in:
@@ -972,6 +972,14 @@ int ast_str_to_eid(struct ast_eid *eid, const char *s);
|
||||
*/
|
||||
int ast_eid_cmp(const struct ast_eid *eid1, const struct ast_eid *eid2);
|
||||
|
||||
/*!
|
||||
* \brief Check if EID is empty
|
||||
*
|
||||
* \return 1 if the EID is empty, zero otherwise
|
||||
* \since 13.12.0
|
||||
*/
|
||||
int ast_eid_is_empty(const struct ast_eid *eid);
|
||||
|
||||
/*!
|
||||
* \brief Get current thread ID
|
||||
* \return the ID if platform is supported, else -1
|
||||
|
||||
Reference in New Issue
Block a user