Commit 20fd994f authored by winckel's avatar winckel

Fixed a build issue when ENABLE_VCD_FIFO is not defined.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4570 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 4fabe3b4
......@@ -204,6 +204,7 @@ typedef struct {
struct lfds611_queue_state *vcd_queue = NULL;
pthread_t vcd_dumper_thread;
#endif
#define BYTE_SIZE 8
#define NIBBLE_SIZE 4
......@@ -259,6 +260,7 @@ static void uint64_to_binary(uint64_t value, char *binary)
binary[0] = '\0';
}
#if defined(ENABLE_VCD_FIFO)
void *vcd_dumper_thread_rt(void *args)
{
vcd_queue_user_data_t *data;
......
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