Skip to content
Commit 2b5faa4c authored by Jesper Derehag's avatar Jesper Derehag Committed by David S. Miller
Browse files

connector: Added coredumping event to the process connector



Process connector can now also detect coredumping events.

Main aim of patch is get notified at start of coredumping, instead of
having to wait for it to finish and then being notified through EXIT
event.

Could be used for instance by process-managers that want to get
notified as soon as possible about process failures, and not
necessarily beeing notified after coredump, which could be in the
order of minutes depending on size of coredump, piping and so on.

Signed-off-by: default avatarJesper Derehag <jderehag@hotmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 800c644b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment