mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
asterisk.c: Add auto generation and persistence of UUID
Upcoming features will require the generation and persistence of a UUID. Change-Id: I3ec0062427e133217db6ef496a4216f427c3b92d
This commit is contained in:
@@ -313,4 +313,11 @@ struct ast_sched_context;
|
||||
#define __stringify_1(x) #x
|
||||
#define __stringify(x) __stringify_1(x)
|
||||
|
||||
/*!
|
||||
* \brief Retrieve the PBX UUID
|
||||
* \param pbx_uuid A buffer of at least AST_UUID_STR_LEN (36 + 1) size to receive the UUID
|
||||
* \param length The buffer length
|
||||
*/
|
||||
int ast_pbx_uuid_get(char *pbx_uuid, int length);
|
||||
|
||||
#endif /* _ASTERISK_H */
|
||||
|
Reference in New Issue
Block a user