summaryrefslogtreecommitdiff
path: root/utils/LocIpc.h
diff options
context:
space:
mode:
authorNilesh Gharde <ngharde@codeaurora.org>2019-05-16 23:57:46 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-05-18 09:12:29 -0700
commit210d3ca227393a46829988577aea95ec2e800c41 (patch)
treec004802c4683526f9db2424fcc4c2b799918f0f2 /utils/LocIpc.h
parent051bea2282081ebb5167c5a8dbf8c0405ef15538 (diff)
downloadgps-210d3ca227393a46829988577aea95ec2e800c41.tar.gz
Addressing format related to formating
Added formating related issue as genuine errors fixes Change-Id: Ie01e9ce3bf838a37871a4779ae1403b4dca3d87c CRs-Fixed: 2447200
Diffstat (limited to 'utils/LocIpc.h')
-rw-r--r--utils/LocIpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/LocIpc.h b/utils/LocIpc.h
index 20a1c8f..c71c4e0 100644
--- a/utils/LocIpc.h
+++ b/utils/LocIpc.h
@@ -164,7 +164,7 @@ public:
inline Sock(int sid, const uint32_t maxTxSize = 8192) : mMaxTxSize(maxTxSize), mSid(sid) {}
inline ~Sock() { close(); }
inline bool isValid() const { return -1 != mSid; }
- ssize_t send(const void *buf, size_t len, int flags, const struct sockaddr *destAddr,
+ ssize_t send(const void *buf, uint32_t len, int flags, const struct sockaddr *destAddr,
socklen_t addrlen) const;
ssize_t recv(const shared_ptr<ILocIpcListener>& dataCb, int flags, struct sockaddr *srcAddr,
socklen_t *addrlen, int sid = -1) const;