Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
SignalCatch.hpp
Go to the documentation of this file.
1// -------------------------------------------------------//
2//
3// SHAMROCK code for hydrodynamics
4// Copyright (c) 2021-2026 Timothée David--Cléris <tim.shamrock@proton.me>
5// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
6// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
7//
8// -------------------------------------------------------//
9
10#pragma once
11
18namespace shamsys {
19 namespace details {
20 void signal_callback_handler(int signum);
21 }
22 void register_signals();
23} // namespace shamsys
void signal_callback_handler(int signum)
The handler that will be called when a signal is catched.
Namespace for internal details of the logs module.
namespace for the system handling