Bug Fix : XWALK-1885 - use bool as guint8 67/26467/1
authorAmarnath Valluri <amarnath.valluri@linux.intel.com>
Thu, 21 Aug 2014 12:24:57 +0000 (15:24 +0300)
committerAmarnath Valluri <amarnath.valluri@linux.intel.com>
Sat, 23 Aug 2014 19:51:57 +0000 (22:51 +0300)
commit9b53390c002321c1fe01b6eb98da987bf06e8666
tree2df1f693d563e1a6654333ff5036bc859f9f8970
parent2f43f0b801437ffabedad052129ff4b5446eefb2
Bug Fix : XWALK-1885 - use bool as guint8

sizeof gboolean and bool is different, this causes problems in case
of using the library in cpp, so treating bool as single byte.

Change-Id: Iafad60c41a8c826ddfa217b721f2a68ab858f5dd
Signed-off-by: Amarnath Valluri <amarnath.valluri@linux.intel.com>
INSTALL
lib/message-port.c
lib/message-port.h
tests/test-app.c