summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e44ff91)
raw | patch | inline | side by side (parent: e44ff91)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 4 Mar 2016 16:53:50 +0000 (17:53 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 4 Mar 2016 16:56:12 +0000 (17:56 +0100) |
src/ceph.c | patch | blob | history |
diff --git a/src/ceph.c b/src/ceph.c
index f28e88f530060dbc0673adcb24960de24c9ca571..b1ca3b66649dce4d6e086910b89ef13f534a7d2c 100644 (file)
--- a/src/ceph.c
+++ b/src/ceph.c
};
/** Valid types for ceph defined in types.db */
-const char * ceph_dset_types [CEPH_DSET_TYPES_NUM] =
+static const char * const ceph_dset_types [CEPH_DSET_TYPES_NUM] =
{"ceph_latency", "ceph_bytes", "ceph_rate"};
/******* ceph_daemon *******/