From f88f09876e2018bd08e19d84ad1ab66f72cac8fd Mon Sep 17 00:00:00 2001 From: Ondrej Kos Date: Mon, 5 Aug 2013 16:34:33 +0200 Subject: DP: Notify propperly when removing PAC responder Adds pac_cli be_client structure pointer, to indetify and log the PAC responder termination correctly. --- 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 e07b4e64..76590a39 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -137,6 +137,7 @@ struct be_ctx { struct be_client *sudo_cli; struct be_client *autofs_cli; struct be_client *ssh_cli; + struct be_client *pac_cli; struct loaded_be loaded_be[BET_MAX]; struct bet_info bet_info[BET_MAX]; -- cgit