Commit 6bbf9011 authored by laurent's avatar laurent

compilation ok

parent 82e71ace
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include <sys/eventfd.h> #include <sys/eventfd.h>
extern "C" {
#include <intertask_interface.h> #include <intertask_interface.h>
#include <common/utils/system.h> #include <common/utils/system.h>
...@@ -35,7 +36,6 @@ typedef struct task_list_s { ...@@ -35,7 +36,6 @@ typedef struct task_list_s {
int timer_expired(int fd); int timer_expired(int fd);
task_list_t tasks[TASK_MAX]; task_list_t tasks[TASK_MAX];
extern "C" {
void *pool_buffer_init (void) { void *pool_buffer_init (void) {
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment