summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorseunggi.hong <seunggi.hong@samsung.com>2015-07-03 11:41:07 +0900
committerseunggi.hong <seunggi.hong@samsung.com>2015-07-03 11:41:07 +0900
commit25723daef98ab7c1a98c66a4c9dad3aa468682a0 (patch)
treef9e9cd538e182c112e5ed9b3d3040273127cba8c /include
parenta0223610eb88209d1d898513831fb9158b93a98b (diff)
downloadmsg-service-25723daef98ab7c1a98c66a4c9dad3aa468682a0.tar.gz
msg-service-25723daef98ab7c1a98c66a4c9dad3aa468682a0.tar.bz2
msg-service-25723daef98ab7c1a98c66a4c9dad3aa468682a0.zip
Fix types for 64bitsubmit/tizen/20150703.073752
Change-Id: I5bb2472169af446d794fd6af9f97b3016e59da55
Diffstat (limited to 'include')
-rwxr-xr-xinclude/common/MsgInternalTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common/MsgInternalTypes.h b/include/common/MsgInternalTypes.h
index ee2bf94..3194ec0 100755
--- a/include/common/MsgInternalTypes.h
+++ b/include/common/MsgInternalTypes.h
@@ -389,7 +389,7 @@ typedef struct
typedef struct
{
int listenerFd; /**< Rx fd for status cnf */
- unsigned int handleAddr; /**< Handle address for status cnf */
+ unsigned long handleAddr; /**< Handle address for status cnf */
msg_message_id_t sentMsgId; /**< The ID of a sent message for updating message status */
} MSG_PROXY_INFO_S;