Change g_eid to ast_eid_default.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@184630 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2009-03-27 14:00:18 +00:00
parent 1cd4ecd0b7
commit b564b2105f
6 changed files with 10 additions and 10 deletions

View File

@@ -688,7 +688,7 @@ struct ast_eid {
* This is set in asterisk.conf, or determined automatically by taking the mac
* address of an Ethernet interface on the system.
*/
extern struct ast_eid g_eid;
extern struct ast_eid ast_eid_default;
/*!
* \brief Fill in an ast_eid with the default eid of this machine