make name more specific to avoid namespace bs

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4820 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-04-01 01:16:16 +00:00
parent 41d9cf2989
commit bba24931de
6 changed files with 48 additions and 48 deletions
+2 -2
View File
@@ -133,7 +133,7 @@ typedef enum {
TFLAG_LATE_NEGOTIATION = (1 << 24)
} TFLAGS;
struct sofia_globals {
struct mod_sofia_globals {
switch_hash_t *profile_hash;
switch_hash_t *gateway_hash;
switch_mutex_t *hash_mutex;
@@ -142,7 +142,7 @@ struct sofia_globals {
switch_mutex_t *mutex;
char guess_ip[80];
};
extern struct sofia_globals globals;
extern struct mod_sofia_globals mod_sofia_globals;
typedef enum {