2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-21 14:49:41 +00:00

signals: New function signal_name().

This will acquire a new user in an upcoming commit.
This commit is contained in:
Ben Pfaff
2011-04-01 10:22:51 -07:00
parent 67a51a1d85
commit b725cf028c
3 changed files with 30 additions and 12 deletions

View File

@@ -24,4 +24,6 @@ struct signal *signal_register(int signr);
bool signal_poll(struct signal *);
void signal_wait(struct signal *);
const char *signal_name(int signum);
#endif /* signals.h */