diff options
author | Christian Pointner <equinox@anytun.org> | 2008-02-23 23:05:43 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-02-23 23:05:43 +0000 |
commit | b8766a2041d57a3aa49c3855902953f8de0b0ec1 (patch) | |
tree | ce3fd0496bbcc9c71b8a16ec1333f574e3fe51a5 /mpi.h | |
parent | added routing table basic structure (diff) |
- keyderivation and cipher should work now
however it needs further testing
- rewrite of Buffer and Packets
Diffstat (limited to 'mpi.h')
-rw-r--r-- | mpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 buf_len) const; + u_int8_t *getNewBuf(u_int32_t* written) const; std::string getHexDump() const; u_int32_t getLength() const; |