From 0bbbfbf8443bc8d08281620bd9e1585cfa05ea8f Mon Sep 17 00:00:00 2001 From: Ondrej Kos Date: Mon, 14 Jan 2013 13:56:51 +0100 Subject: Add common SIGCHLD handling for providers backport of https://fedorahosted.org/sssd/changeset/6a9bdb6289bb374d203861cef16f312185725cbc --- src/providers/dp_backend.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/providers/dp_backend.h') diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index 27ae9d73c..9e55de700 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -93,6 +93,7 @@ struct be_ctx { const char *identity; const char *conf_path; struct be_failover_ctx *be_fo; + struct sss_sigchild_ctx *sigchld_ctx; /* Functions to be invoked when the * backend goes online or offline -- cgit