diff options
Diffstat (limited to 'src/pmdas/gfs2/root')
-rw-r--r-- | src/pmdas/gfs2/root | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/pmdas/gfs2/root b/src/pmdas/gfs2/root new file mode 100644 index 0000000..5f8b73b --- /dev/null +++ b/src/pmdas/gfs2/root @@ -0,0 +1,16 @@ +/* + * fake "root" for validating the local PMNS subtree + */ + +#include <stdpmid> + +root { + gfs2 + +} + +#ifndef GFS2 +#define GFS2 115 +#endif + +#include "pmns" |