JIRA-ID ODUHIGH-275 classification of logs of RLC part -3
[o-du/l2.git] / src / rlog / rl_platform.c
index 3c8bcf2..6aa39c7 100644 (file)
@@ -29,8 +29,8 @@
 framework.
 ****************************************************************************/
 
+#include"stdint.h"
 #include "rl_interface.h"
-
 #include <stdio.h>
 #include <unistd.h>
 #include <sys/socket.h>
@@ -53,8 +53,8 @@ framework.
 /* Thread-specific data key visible to all threads */
 static pthread_key_t   g_threadkey;
 
-extern pthread_mutex_t g_logmutex;
-extern THREAD_DATA* g_pCirList[RLOG_MAX_THREADS];
+pthread_mutex_t g_logmutex;
+THREAD_DATA* g_pCirList[RLOG_MAX_THREADS];
 void* rlAlloc(size_t mem_size)
 {
        return malloc(mem_size);