commit | fe1ef1705900d695111354f548904915428f82f1 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Apr 12 17:12:45 2014 -0700 |
committer | Brian Silverman <brians> | Sat Apr 12 17:12:45 2014 -0700 |
tree | 9f2e0b1693b2b915598c258a328f0d527a8041dc | |
parent | 0637431c8cd95ecdbc7ddb8d825c885cbc6e323d [diff] [blame] |
fixed netconsole getting junk from other robots
diff --git a/aos/linux_code/init.h b/aos/linux_code/init.h index 0042533..c2b2635 100644 --- a/aos/linux_code/init.h +++ b/aos/linux_code/init.h
@@ -16,6 +16,10 @@ // exit gracefully). void Cleanup(); +// Sets up this process to write core dump files. +// This is called by Init*. +void WriteCoreDumps(); + } // namespace aos #endif // AOS_LINUX_CODE_INIT_H_