From: chakradhar pogiri Date: Tue, 21 Jul 2020 05:59:37 +0000 (+0530) Subject: Update gps pugin interface X-Git-Tag: submit/tizen/20200721.061055^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=279c5e51fbf6d0929b61d3555f77ba6f87192d04;p=platform%2Fcore%2Flocation%2Flbs-server.git Update gps pugin interface Change-Id: I8b0d208991381e57f6ac43d0111c2e9f374d2503 --- diff --git a/lbs-server/include/gps_plugin_intf.h b/lbs-server/include/gps_plugin_intf.h index 41558ec..e4a2490 100644 --- a/lbs-server/include/gps_plugin_intf.h +++ b/lbs-server/include/gps_plugin_intf.h @@ -320,7 +320,8 @@ typedef union { typedef enum { GPS_FAILURE_CAUSE_NORMAL = 0x00, GPS_FAILURE_CAUSE_FACTORY_TEST, - GPS_FAILURE_CAUSE_DNS_QUERY + GPS_FAILURE_CAUSE_DNS_QUERY, + GPS_FAILURE_CAUSE_LBS_SERVER_FINISH } gps_failure_reason_t; /** @@ -371,6 +372,8 @@ typedef enum { GPS_ACTION_START_BATCH, GPS_ACTION_STOP_BATCH, + GPS_ACTION_ADD_REDUCE_SET, + GPS_ACTION_REMOVE_REDUCE_SET } gps_action_t; /**