Skip to content

Commit

Permalink
Add are to ldms_set_hdr for compatible updates (#103)
Browse files Browse the repository at this point in the history
Reserve an area in the set hdr to accomodate changes
that may affect this structure but still support backward
compatability.
  • Loading branch information
tom95858 authored Nov 18, 2019
1 parent 9c8740c commit f0d3f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ldms/src/core/ldms_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ struct ldms_set_hdr {
uint32_t gid; /* GID */
uint32_t perm; /* permission */
uint32_t array_card; /* number of sets in the set array */
uint32_t reserved[8]; /* area reserved for compatible core updates */
uint32_t dict[OVIS_FLEX];/* The attr/metric dictionary */
};

Expand Down

0 comments on commit f0d3f79

Please sign in to comment.