aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-12-04 05:46:18 +1000
committerGravatar axel <axel@liljencrantz.se>2005-12-04 05:46:18 +1000
commit32e833f3319e279167e3c4cf50f73b5ff93e4d65 (patch)
tree9e97b8fe5b209fa0548fb642c142d2aca0fac8c1 /proc.h
parent9b4c34aa4c95a8d2c6703b7c04443f82f086d359 (diff)
Remove old event hooks, add more event handler documentation
darcs-hash:20051203194618-ac50b-e90683cb69b19da789152164a89a34bf187fd4e4.gz
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/proc.h b/proc.h
index 665ffc3d..36875674 100644
--- a/proc.h
+++ b/proc.h
@@ -254,6 +254,11 @@ void proc_update_jiffies();
*/
void proc_sanity_check();
+/**
+ Send of an process/job exit event notification. This function is a conveniance wrapper around event_fire().
+*/
+void proc_fire_event( const wchar_t *msg, int type, pid_t pid, int status );
+
/*
Initializations
*/