summaryrefslogtreecommitdiff
path: root/mpi.h
diff options
context:
space:
mode:
authorMichael Gebetsroither <gebi@mgeb.org>2008-03-18 15:02:40 +0000
committerMichael Gebetsroither <gebi@mgeb.org>2008-03-18 15:02:40 +0000
commita35a207fae02334e3f08f566cd53e1b8b5337b48 (patch)
tree425995f720a3466ac45a01c2d99e483162cee4f4 /mpi.h
parentdatatypes.h: correct datatypes (diff)
changed u_int32_t* argument to size_t* in Mpi::getNewBuf
Diffstat (limited to 'mpi.h')
-rw-r--r--mpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi.h b/mpi.h
index c746602..b23c22b 100644
--- a/mpi.h
+++ b/mpi.h
@@ -70,7 +70,7 @@ public:
* @param buf_len size of the new buffer that is returned
* @return a byte buffer of size buf_len
*/
- u_int8_t *getNewBuf(u_int32_t* written) const;
+ u_int8_t *getNewBuf(size_t* written) const;
std::string getHexDump() const;
u_int32_t getLength() const;