|
libtransistor
A userland library for the Nintendo Switch
|
Represents either an object within an IPC domain or a standalone object. More...
#include <ipc.h>

Data Fields | |
| int32_t | object_id |
| -1 if this represents a session, >= 0 if this represents a domain object | |
| union { | |
| session_h session | |
| object_id = -1 | |
| ipc_domain_t * domain | |
| object_id >= 0 | |
| }; | |
| bool | is_borrowed |
| whether or not this object is being borrowed from a loader or not | |
Represents either an object within an IPC domain or a standalone object.
1.8.6