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
David Price
openairinterface5G
Commits
b82e7c1a
Commit
b82e7c1a
authored
Feb 17, 2017
by
Cedric Roux
Browse files
hotfix: forgot targets/COMMON/threads_t.h in a previous commit
parent
39f26e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
targets/COMMON/threads_t.h
0 → 100644
View file @
b82e7c1a
#ifndef _THREADS_T_H_
#define _THREADS_T_H_
typedef
struct
threads_s
{
int
iq
;
int
odd
;
int
even
;
}
threads_t
;
#endif
/* _THREADS_T_H_ */
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