#pragma once #include #include namespace erebos { struct Service::Context::Priv { Ref ref; Peer peer; Stored local; vector> afterCommit {}; }; }