Diff between 4ea7427ca3c4e13de66001a62f80e042e75fc1dd and d7463dfea042efabee6e0b84a2639f8437cd0d05

Changed Files

File Additions Deletions Status
health/hdp_types.h +1 -1 modified

Full Patch

diff --git a/health/hdp_types.h b/health/hdp_types.h
index eecc138..9a6776f 100644
--- a/health/hdp_types.h
+++ b/health/hdp_types.h
@@ -81,7 +81,7 @@ struct hdp_application {
 	char			*description;	/* Options description for SDP record */
 	uint8_t			id;		/* The identification is also the mdepid */
 	char			*oname;		/* Name of the owner application */
-	int			dbus_watcher;	/* Watch for clients disconnection */
+	guint			dbus_watcher;	/* Watch for clients disconnection */
 	gint			ref;		/* Reference counter */
 };