78c78
< _pid(_pid), _name(__name)
---
> _pid(_pid), _name(__name), shared(false)
98a99,101
> // flag which marks the page table as shared among software threads
> bool shared;
>