blob: f2fba581a2649c507fd2761fca6cc8ec3b733ab7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* Copyright (c) 2001 Alan Bailey (bailey@mcs.anl.gov or abailey@ncsa.uiuc.edu)
* for the portions of the code supporting the initial agent functionality.
* All rights reserved.
* Copyright (c) 2001,2004 Silicon Graphics, Inc. All Rights Reserved.
*/
/*
* fake "root" for validating the local PMNS subtree
*/
#include <stdpmid>
root { process }
#include "pmns"
|