summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r--src/providers/dp_backend.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h
index dcb531bda..28fb4a22a 100644
--- a/src/providers/dp_backend.h
+++ b/src/providers/dp_backend.h
@@ -131,24 +131,6 @@ struct bet_ops {
be_req_fn_t finalize;
};
-#define REQ_PHASE_ACCESS 0
-#define REQ_PHASE_SELINUX 1
-
-struct be_req {
- struct be_client *becli;
- struct be_ctx *be_ctx;
- void *req_data;
-
- be_async_callback_t fn;
- void *pvt;
-
- /* This is utilized in access provider
- * request handling to indicate if access or
- * selinux provider is calling the callback.
- */
- int phase;
-};
-
struct be_acct_req {
int entry_type;
int attr_type;