summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_backend.h
diff options
context:
space:
mode:
authorPavel Zuna <pzuna@redhat.com>2011-10-20 13:26:18 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-12-19 11:38:35 -0500
commit6a9bdb6289bb374d203861cef16f312185725cbc (patch)
treecdd97cbecd2b4f60268bc8df55e798565f0b1626 /src/providers/dp_backend.h
parent1c9d778a0410cdbf516eed7d61acf214ce92067a (diff)
downloadsssd-6a9bdb6289bb374d203861cef16f312185725cbc.tar.gz
sssd-6a9bdb6289bb374d203861cef16f312185725cbc.tar.xz
sssd-6a9bdb6289bb374d203861cef16f312185725cbc.zip
Add common SIGCHLD handling for providers.
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r--src/providers/dp_backend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h
index ef9fe0d48..3d1c6bf25 100644
--- a/src/providers/dp_backend.h
+++ b/src/providers/dp_backend.h
@@ -24,6 +24,7 @@
#include "providers/data_provider.h"
#include "providers/fail_over.h"
+#include "providers/child_common.h"
#include "db/sysdb.h"
/* a special token, if used in place of the hostname, denotes that real
@@ -94,6 +95,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