mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +02:00
process: ntoa function for signals
This enables signal numbers to be translated to names. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -77,5 +77,7 @@ namespace crucible {
|
||||
double getloadavg1();
|
||||
double getloadavg5();
|
||||
double getloadavg15();
|
||||
|
||||
string signal_ntoa(int sig);
|
||||
}
|
||||
#endif // CRUCIBLE_PROCESS_H
|
||||
|
Reference in New Issue
Block a user