Skip to content

Commit

Permalink
Made the pmda::supported_metrics protected, instead of private, so de…
Browse files Browse the repository at this point in the history
…rived classes can access it.
  • Loading branch information
pcolby committed Feb 9, 2014
1 parent 43342f0 commit a0dc1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pcp-cpp/pmda.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class pmda {
}

protected:
metrics_description supported_metrics;

struct fetch_value_result {
pmAtomValue atom;
Expand Down Expand Up @@ -754,7 +755,6 @@ class pmda {

private:
static pmda * instance;
metrics_description supported_metrics;
std::stack<void *> free_on_destruction;
std::map<pmInDom, instance_domain *> instance_domains;

Expand Down

0 comments on commit a0dc1f1

Please sign in to comment.