Make Capability RefCounted

This commit is contained in:
Drew Galbraith 2023-06-07 06:21:36 -07:00
parent 6c10c57bfa
commit 55340e2917
5 changed files with 22 additions and 111 deletions

View file

@ -8,7 +8,7 @@
class Process;
class Thread;
class Capability {
class Capability : public RefCounted<Capability> {
public:
enum Type {
UNDEFINED,