Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / bubasics / backmon.xg
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
4 *
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
8 */
9
10 package BUMON_
11 prefix S
12 statindex 2
13
14 /* this junk structure forces the creation of an .xdr.c file,
15 which makes construction more standard */
16
17 struct bc_junk {
18 afs_int32 a;
19 };
20
21 Print (IN afs_int32 code, afs_int32 flags, string message<1024>) = 100;