Add a static kType field to all objects
This commit is contained in:
@@ -24,6 +24,8 @@ struct X_KSEMAPHORE {
|
||||
|
||||
class XSemaphore : public XObject {
|
||||
public:
|
||||
static const Type kType = kTypeSemaphore;
|
||||
|
||||
explicit XSemaphore(KernelState* kernel_state);
|
||||
~XSemaphore() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user