Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
05afc953
Commit
05afc953
authored
May 31, 2016
by
Cedric Roux
Browse files
cleanup - _T_cache variable had no place here...
parent
f5313266
Changes
1
Show whitespace changes
Inline
Side-by-side
common/utils/T/T.c
View file @
05afc953
...
...
@@ -24,8 +24,7 @@ static int T_socket;
volatile
int
_T_freelist_head
;
volatile
int
*
T_freelist_head
=
&
_T_freelist_head
;
int
T_busylist_head
;
T_cache_t
_T_cache
[
T_CACHE_SIZE
];
T_cache_t
*
T_cache
=
_T_cache
;
T_cache_t
*
T_cache
;
static
void
get_message
(
int
s
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment