summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorhyunho kang <hhstark.kang@samsung.com>2015-09-14 21:09:12 +0900
committerhyunho kang <hhstark.kang@samsung.com>2015-09-22 11:15:06 +0900
commitb644eca19b66275da048e5368b26c4ecd40c3901 (patch)
treefc67a01085b82de3e033282d9b2983e63c1020e1 /include
parentfd66a39bb459fed55ef00e1efd57bd3691dde17a (diff)
downloadmessage-port-b644eca19b66275da048e5368b26c4ecd40c3901.tar.gz
message-port-b644eca19b66275da048e5368b26c4ecd40c3901.tar.bz2
message-port-b644eca19b66275da048e5368b26c4ecd40c3901.zip
Change-Id: I1b6f8a90df1310de92b22bb15738d9b6fd829043 Signed-off-by: hyunho kang <hhstark.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/message-port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/message-port.h b/include/message-port.h
index 83c04f9..a635722 100644
--- a/include/message-port.h
+++ b/include/message-port.h
@@ -45,7 +45,7 @@ extern "C" {
* @remarks @a data must be released with bundle_free() by you
* @remark @a remote_app_id and @a remote_port will be set if the remote application sends a bidirectional message, otherwise they are NULL.
*/
-typedef void (*messageport_message_cb)(int id, const char* remote_app_id, const char* remote_port, bool trusted_message, bundle* data);
+typedef void (*messageport_message_cb)(int id, const char* remote_app_id, const char* remote_port, bool trusted_message, bundle* data, void* user_data);
/**
* @brief Unregisters the local message port. @n