[glib/wip/kdbus-junk: 15/37] [kdbus][TEMPORARY HACK] Disable 'initial read'



commit 293d7ae07a850e133216d6a40425e800a9deda51
Author: Lukasz Skalski <l skalski samsung com>
Date:   Mon Oct 20 16:05:34 2014 +0000

    [kdbus][TEMPORARY HACK] Disable 'initial read'
    
    This patch allows perform new API test [1] without errors.
    'initial_read' should be disabled till old patches from
    Tizen repo [2] will be applied in this GitHub repository.
    
    [1] https://github.com/lukasz-skalski/glib-kdbus-tests
    [2] https://review.tizen.org/git/?p=platform/upstream/glib.git;a=shortlog;h=refs/heads/kdbus-integration

 gio/gdbusprivate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gdbusprivate.c b/gio/gdbusprivate.c
index 870e160..924d833 100644
--- a/gio/gdbusprivate.c
+++ b/gio/gdbusprivate.c
@@ -877,7 +877,7 @@ _g_dbus_worker_do_initial_read (gpointer data)
 {
   GDBusWorker *worker = data;
   g_mutex_lock (&worker->read_lock);
-  _g_dbus_worker_do_read_unlocked (worker);
+  //_g_dbus_worker_do_read_unlocked (worker); TEMPORARY HACK!
   g_mutex_unlock (&worker->read_lock);
   return FALSE;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]