From 0c7050d8569ce7ee61b13d02b4733249a11e171f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 5 Aug 2009 06:51:07 -0400 Subject: Cosmetic changes Rationalize and rename connection names in preparatoin for merging of server and connection structures. --- server/providers/dp_backend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/providers/dp_backend.h') 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]; -- cgit