aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-27 14:04:56 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-27 14:04:56 +0000
commitac0f0aba663c4e90386e70da0e39b6d50b5e946c (patch)
treeb32f8c0af296b2d7a1451fdbe093da7223096a5f /include
parent1d92d305e72c50e9a4bb49c2f45fdb7615f75111 (diff)
Merged revisions 184630 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r184630 | russell | 2009-03-27 09:00:18 -0500 (Fri, 27 Mar 2009) | 2 lines Change g_eid to ast_eid_default. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@184631 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h
index 107444cb9..cb150ae4e 100644
--- a/include/asterisk/utils.h
+++ b/include/asterisk/utils.h
@@ -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