Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG-RAN
Commits
4a80fd37
Commit
4a80fd37
authored
May 27, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add includes so that oaisim compiles with the T
parent
fc1c621a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
common/utils/itti/intertask_interface.c
common/utils/itti/intertask_interface.c
+4
-0
common/utils/itti/intertask_interface_dump.c
common/utils/itti/intertask_interface_dump.c
+4
-0
common/utils/itti/memory_pools.c
common/utils/itti/memory_pools.c
+5
-0
No files found.
common/utils/itti/intertask_interface.c
View file @
4a80fd37
...
...
@@ -58,6 +58,10 @@
# include "vcd_signal_dumper.h"
#endif
#if T_TRACER
#include "T.h"
#endif
/* Includes "intertask_interface_init.h" to check prototype coherence, but
* disable threads and messages information generation.
*/
...
...
common/utils/itti/intertask_interface_dump.c
View file @
4a80fd37
...
...
@@ -64,6 +64,10 @@
#include "vcd_signal_dumper.h"
#endif
#if T_TRACER
#include "T.h"
#endif
static
const
int
itti_dump_debug
=
0
;
// 0x8 | 0x4 | 0x2;
#ifdef RTAI
...
...
common/utils/itti/memory_pools.c
View file @
4a80fd37
...
...
@@ -37,6 +37,11 @@
# include "vcd_signal_dumper.h"
#endif
#if T_TRACER
#include <string.h>
#include "T.h"
#endif
/*------------------------------------------------------------------------------*/
const
static
int
mp_debug
=
0
;
...
...
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