Change-Id: I6d2f34134d9293e9e53a10b8d3ec23663b5cf269
#define CASE_TO_STR(x) case x: return #x;
-GMainLoop *g_pMainLoop;
-guint g_nTimeoutId;
-int g_nCallbackRet;
-bool g_bInitialized;
-bool g_bFeatureUA;
+extern GMainLoop *g_pMainLoop;
+extern guint g_nTimeoutId;
+extern int g_nCallbackRet;
+extern bool g_bInitialized;
+extern bool g_bFeatureUA;
#define RUN_GMAIN_LOOP {\
g_pMainLoop = g_main_loop_new(NULL, false);\
#include "utc-user-awareness-common.h"
#include "assert_local.h"
+GMainLoop *g_pMainLoop;
+guint g_nTimeoutId;
+int g_nCallbackRet;
+bool g_bInitialized;
+bool g_bFeatureUA;
+
static bool __ua_foreach_service_cb(
ua_service_h service_handle, void *user_data)
{