summaryrefslogtreecommitdiffstats
path: root/server/providers/dp_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/providers/dp_backend.h')
-rw-r--r--server/providers/dp_backend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/providers/dp_backend.h b/server/providers/dp_backend.h
index 759dd996e..f05a54204 100644
--- a/server/providers/dp_backend.h
+++ b/server/providers/dp_backend.h
@@ -71,10 +71,10 @@ struct be_ctx {
const char *conf_path;
struct sbus_method_ctx *mon_sm_ctx;
- struct sbus_conn_ctx *mon_conn_ctx;
+ struct sbus_connection *mon_conn;
struct sbus_method_ctx *dp_sm_ctx;
- struct sbus_conn_ctx *dp_conn_ctx;
+ struct sbus_connection *dp_conn;
struct loaded_be loaded_be[BET_MAX];
struct bet_info bet_info[BET_MAX];