Browse Source

state.hpp

openfiles
Antonio SJ Musumeci 2 weeks ago
parent
commit
e606d41ddf
  1. 4
      src/state.hpp

4
src/state.hpp

@ -9,8 +9,8 @@
struct PassthroughDetails
{
std::atomic<u64> ref_count;
int backing_id;
u64 ref_count;
int backing_id;
};
class State

Loading…
Cancel
Save