summaryrefslogtreecommitdiffstats
path: root/server/polkit/sssd_polkit.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/polkit/sssd_polkit.c')
-rw-r--r--server/polkit/sssd_polkit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/polkit/sssd_polkit.c b/server/polkit/sssd_polkit.c
index 03436472d..511a293c4 100644
--- a/server/polkit/sssd_polkit.c
+++ b/server/polkit/sssd_polkit.c
@@ -29,7 +29,7 @@
#include "monitor/monitor_interfaces.h"
struct spk_ctx {
- struct event_context *ev;
+ struct tevent_context *ev;
struct confdb_ctx *cdb;
struct service_sbus_ctx *ss_ctx;
struct sbus_srv_ctx *sbus_srv;
@@ -141,7 +141,7 @@ static int spk_monitor_init(struct spk_ctx *spk_ctx)
}
static int spk_process_init(TALLOC_CTX *mem_ctx,
- struct event_context *ev,
+ struct tevent_context *ev,
struct confdb_ctx *cdb)
{
struct spk_ctx *spk_ctx;