mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
Add 'Native_capability::dst()' accessor for Linux
This patch fixes #118.
This commit is contained in:
parent
4b1f182e61
commit
06f155a644
@ -137,6 +137,7 @@ namespace Genode {
|
||||
/**
|
||||
* Access raw capability data
|
||||
*/
|
||||
long dst() const { return _tid; }
|
||||
long tid() const { return _tid; }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user