From 56cd4e458a6c3cd40a8ee2ceb0a0fdab0352bf20 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Mon, 9 Aug 2010 07:34:11 -0700 Subject: Made the runtime keep track of all live domains and print their state. --- src/rt/rust_dom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rt/rust_dom.h') diff --git a/src/rt/rust_dom.h b/src/rt/rust_dom.h index 528790d5..4f3a91dc 100644 --- a/src/rt/rust_dom.h +++ b/src/rt/rust_dom.h @@ -84,6 +84,7 @@ struct rust_dom int start_main_loop(); void log_state(); + static void log_all_state(); }; // -- cgit v1.2.3