[Non-ACR] SAM Score improvement changes in global variables
[platform/core/pim/contacts-service.git] / server / ctsvc_server_bg.c
index 5aca342..8a89c2b 100644 (file)
@@ -55,11 +55,11 @@ typedef struct {
        __ctsvc_delete_step_e step;
 } __ctsvc_delete_data_s;
 
-GThread *__ctsvc_server_bg_delete_thread = NULL;
-GCond __ctsvc_server_bg_delete_cond;
-GMutex __ctsvc_server_bg_delete_mutex;
+static GThread *__ctsvc_server_bg_delete_thread = NULL;
+static GCond __ctsvc_server_bg_delete_cond;
+static GMutex __ctsvc_server_bg_delete_mutex;
 
-account_subscribe_h account = NULL;
+static account_subscribe_h account = NULL;
 
 static int __ctsvc_server_bg_contact_delete_step1(__ctsvc_delete_data_s *data)
 {