Merge branch 'devel/home/master'
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 17 Nov 2014 03:57:15 +0000 (12:57 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 17 Nov 2014 03:57:15 +0000 (12:57 +0900)
Conflicts:
src/server.c

Ping timer is changed to 20 seconds. (for mobile)
Slave's priority will be lower than normal until it is used by user

Change-Id: I4e4e389bfe0f517ce1d19607e13156bce4176219

1  2 
data/x11.mobile.480x800.conf.ini
src/slave_life.c

@@@ -41,3 -41,5 +41,5 @@@ use_gettimeofday=tru
  slave_event_boost_on=-10
  slave_event_boost_off=0
  event_filter=0.5
 -slave_limit_to_ttl=true
 -frame_skip=5
++#slave_limit_to_ttl=true
++#frame_skip=5
  #include "abi.h"
  #include "xmonitor.h"
  
+ #include "package.h"
+ #include "instance.h"
  #define BUNDLE_SLAVE_SVC_OP_TYPE "__APP_SVC_OP_TYPE__"
  #define APP_CONTROL_OPERATION_MAIN "http://tizen.org/appcontrol/operation/main"
 +#define LOW_PRIORITY  10
  
  int errno;