summaryrefslogtreecommitdiff
path: root/src/settings-keys.h
blob: 4c48db5c48b9ab84e6d886d3c5c1b7439da53086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef H_PROCMAN_SETTINGS_KEYS_1177430397
#define H_PROCMAN_SETTINGS_KEYS_1177430397

#include <string>

namespace procman
{
    namespace settings
    {
        extern const std::string root;
        extern const std::string solaris_mode;
        extern const std::string open_files_tree_prefix;
        extern const std::string network_in_bits;
    }
}

#endif //  H_PROCMAN_SETTINGS_KEYS_1177430397