fixed for 64bit TCT fail 82/100382/1 accepted/tizen/common/20161128.064237 accepted/tizen/ivi/20161129.000443 accepted/tizen/mobile/20161129.000418 submit/tizen/20161128.043424
authorjomui <jongmun.woo@samsung.com>
Mon, 28 Nov 2016 04:27:36 +0000 (13:27 +0900)
committerjomui <jongmun.woo@samsung.com>
Mon, 28 Nov 2016 04:27:53 +0000 (13:27 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: I782c41fc15ea059fc72fbaba763a944499cd194c

src/manager/include/geofence_data_type.h

index d94042b6c2d2644c54a51c683c0ba5adf1c1c9b7..6c108f6a2a5ebaa9a5789a587607af76c81ea52a 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;
 
 /**