fatal: update for new-ipc

This commit is contained in:
Michael Scire 2019-10-17 19:39:22 -07:00 committed by SciresM
parent 8d16d2152b
commit 799c158b86
9 changed files with 113 additions and 73 deletions

View file

@ -20,6 +20,6 @@
namespace sts::fatal::srv {
void TryCollectDebugInformation(ThrowContext *ctx, u64 process_id);
void TryCollectDebugInformation(ThrowContext *ctx, os::ProcessId process_id);
}