summaryrefslogtreecommitdiff
path: root/src/master_rpc.c
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-04-30 21:48:11 +0900
committerSung-jae Park <nicesj.park@samsung.com>2013-05-02 14:27:36 +0900
commitd79e96dcadca13b8c4ec97351662857d5f254999 (patch)
tree5ef9d1828c721e2c437572ec1f8b32544f3b5c53 /src/master_rpc.c
parent326017e6f984ffcf30a5ee86f6d9e27f506b1bce (diff)
downloadlivebox-viewer-tizen_2.1.tar.gz
livebox-viewer-tizen_2.1.tar.bz2
livebox-viewer-tizen_2.1.zip
Patch 8/8 Fix the invalid livebox content event handling code. (After changing the event mask, viewer cannot send livebox event correctly.) Patch 7/8 Fix the prevent issue Patch 6/8 Update License Patch 5/8 Replace VALUE_CHANGE with ACTION_DOWN/UP Patch 4/8 Resolve prevent issues Patch 3/8 Update version Patch 2/8 Fix prevent issue: CID 16045 Patch 1/8 Use the vconf instead of timer. To optimize the initiate method. While using timer, the library tries to make a connection to a master every N sec later. But it decrease the system performance, so I just changed the timer to the vconf notification. Now the viewer will only tries to connect to the master only if its state is changed. But in the worst case, If the master is started, but the viewer fails to connect to a master, The viewer will not try to connect to the master again. Even if the master is ready to accept a new connection. (If we met this case, the system has serious problems.) Change-Id: Ibe8adfb00dcc2695e366d6cacdce05cb74bc161c
Diffstat (limited to 'src/master_rpc.c')
-rw-r--r--src/master_rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/master_rpc.c b/src/master_rpc.c
index ede80aa..984ec1a 100644
--- a/src/master_rpc.c
+++ b/src/master_rpc.c
@@ -1,7 +1,7 @@
/*
* Copyright 2013 Samsung Electronics Co., Ltd
*
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*