mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 22:28:18 +00:00
committed by
Christian Helmuth
parent
4cdfb9bc2f
commit
47878bd3e1
@ -62,9 +62,9 @@ namespace Genode {
|
||||
inline Genode::size_t size() const { return _size; };
|
||||
|
||||
/**
|
||||
* Return address of message buffer
|
||||
* Return pointer of message data payload
|
||||
*/
|
||||
inline void *addr() { return &_msg_start[0]; };
|
||||
inline void *data() { return &_msg_start[0]; };
|
||||
|
||||
void reset_caps() { _used_caps = 0; _read_cap_index = 0; }
|
||||
|
||||
|
Reference in New Issue
Block a user