@ -57,4 +57,6 @@ namespace profile
extern vm::handler::profile_t addq; // as you can see a reference to addq is declared here...
...
}
```
Lastly the `addq` variable is added to a vector of `vm::handler::profile_t*`'s.