fixed for 64bit TCT 83/100383/1 accepted/tizen/3.0/common/20161129.102858 accepted/tizen/3.0/ivi/20161129.001841 accepted/tizen/3.0/mobile/20161129.001754 submit/tizen_3.0/20161128.043431
authorjomui <jongmun.woo@samsung.com>
Mon, 28 Nov 2016 04:29:40 +0000 (13:29 +0900)
committerjomui <jongmun.woo@samsung.com>
Mon, 28 Nov 2016 04:29:58 +0000 (13:29 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: I7fc96c9153afa76dd221d4f99d3f020a75043f4a

src/manager/include/geofence_data_type.h

index d94042b..6c108f6 100644 (file)
@@ -31,6 +31,7 @@ extern "C" {
  * @brief The geofence parameter structure
  */
 typedef struct _geofence_s {
+       int place_id;
        geofence_type_e type;
        double latitude;
        double longitude;
@@ -38,7 +39,6 @@ typedef struct _geofence_s {
        char address[ADDRESS_LEN];
        char bssid[WLAN_BSSID_LEN];
        char ssid[WLAN_SSID_LEN];
-       int place_id;
 } geofence_s;
 
 /**