From 1c52a32779de1569ea41267ac6fc8f51c5a8b7fd Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 18 Oct 2015 04:28:43 +0200 Subject: Support XML properties --- pcilib/view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcilib/view.h') diff --git a/pcilib/view.h b/pcilib/view.h index 6287942..606a688 100644 --- a/pcilib/view.h +++ b/pcilib/view.h @@ -27,6 +27,7 @@ typedef struct { struct pcilib_view_description_s { const pcilib_view_api_description_t *api; + pcilib_view_flags_t flags; /**< Flags specifying type of the view */ pcilib_value_type_t type; /**< The default data type returned by operation, PCILIB_VIEW_TYPE_STRING is supported by all operations */ pcilib_access_mode_t mode; /**< Specifies if the view is read/write-only */ const char *unit; /**< Returned unit (if any) */ @@ -37,7 +38,6 @@ struct pcilib_view_description_s { struct pcilib_view_context_s { const char *name; pcilib_view_t view; - pcilib_view_flags_t flags; /**< Flags specifying type of the view */ UT_hash_handle hh; }; -- cgit v1.2.3