Add initial source codes for gtest
[platform/core/connectivity/stc-manager.git] / include / stc-manager.h
index 2766a60..f2b9c97 100755 (executable)
@@ -137,7 +137,6 @@ typedef enum {
 
 /**
  * @desc Set of the options.
- * version - contains structure version
  * wifi - enable/disable wifi, STC_DB_OPTION_UNDEF to leave option as is
  * datacall - enable/disable datacall, STC_DB_OPTION_UNDEF to leave option as is
  * datausage_timer - set period of the updating data from the kernel,
@@ -146,7 +145,6 @@ typedef enum {
  *     STC_DB_OPTION_UNDEF to leave option as is
  */
 typedef struct {
-       unsigned char version;
        stc_option_state_e wifi;
        stc_option_state_e datacall;
        time_t datausage_timer;
@@ -166,6 +164,7 @@ typedef struct {
 
        gpointer statistics_obj;
        gpointer restriction_obj;
+       gpointer manager_obj;
 
        GDBusObjectManagerServer *obj_mgr;
        GDBusConnection *connection;
@@ -176,5 +175,6 @@ typedef struct {
 } stc_s;
 
 stc_s *stc_get_manager(void);
+void stc_stop_manager(void);
 
 #endif /* __STC_MANAGER__ */