mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
hw_x86_64_muen: Add support for subject name to sinfo
This commit is contained in:
committed by
Christian Helmuth
parent
712213af24
commit
86a3e0b8b3
@@ -86,6 +86,13 @@ class Genode::Sinfo
|
||||
*/
|
||||
bool check_magic(void);
|
||||
|
||||
/*
|
||||
* Return subject name.
|
||||
*
|
||||
* The function returns NULL if the subject name cannot be retrieved.
|
||||
*/
|
||||
const char * const get_subject_name(void);
|
||||
|
||||
/*
|
||||
* Return information for a channel given by name.
|
||||
*
|
||||
@@ -173,6 +180,8 @@ class Genode::Sinfo
|
||||
private:
|
||||
|
||||
subject_info_type * sinfo;
|
||||
char subject_name[MAX_NAME_LENGTH + 1];
|
||||
bool subject_name_set = false;
|
||||
|
||||
/*
|
||||
* Fill memregion struct with memory region info from resource given by
|
||||
|
||||
Reference in New Issue
Block a user