ecs: Size up location data buffer 18/29318/1
authorMunkyu Im <munkyu.im@samsung.com>
Fri, 24 Oct 2014 07:00:55 +0000 (16:00 +0900)
committerMunkyu Im <munkyu.im@samsung.com>
Fri, 24 Oct 2014 07:00:55 +0000 (16:00 +0900)
location data needs more buffer size.

Change-Id: I63570b9f424d8e2d624b60b696486dbd909c4f04
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
tizen/src/ecs/ecs.h

index 51f258265bfd48b634eaf1e9425e6701359e3aa2..f6006915dacdce412624e46a9bdd0304ba2ac04e 100644 (file)
@@ -105,7 +105,7 @@ typedef unsigned char   type_action;
 #define OUT_BUF_SIZE    4096
 #define READ_BUF_LEN    4096
 #define MAX_ID_SIZE     255
-#define MAX_INJECTOR_REQ_DATA 32
+#define MAX_INJECTOR_REQ_DATA 128
 typedef struct sbuf
 {
     int _netlen;