sm_inter.x (bc0381304d38cc7a82cb4d8d83ad9a47180b8e79) sm_inter.x (1542dbb49a51f3757fc2f7e85fcacba70b272cdf)
1/* @(#)sm_inter.x 2.2 88/08/01 4.0 RPCSRC */
2/* @(#)sm_inter.x 1.7 87/06/24 Copyr 1987 Sun Micro */
3
4/*
5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
6 * unrestricted use provided that this legend is included on all tape
7 * media and as a part of the software program in whole or part. Users
8 * may copy or modify Sun RPC without charge, but are not authorized

--- 23 unchanged lines hidden (view full) ---

32
33/*
34 * Status monitor protocol specification
35 * Copyright (C) 1986 Sun Microsystems, Inc.
36 *
37 */
38
39#ifndef RPC_HDR
1/* @(#)sm_inter.x 2.2 88/08/01 4.0 RPCSRC */
2/* @(#)sm_inter.x 1.7 87/06/24 Copyr 1987 Sun Micro */
3
4/*
5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
6 * unrestricted use provided that this legend is included on all tape
7 * media and as a part of the software program in whole or part. Users
8 * may copy or modify Sun RPC without charge, but are not authorized

--- 23 unchanged lines hidden (view full) ---

32
33/*
34 * Status monitor protocol specification
35 * Copyright (C) 1986 Sun Microsystems, Inc.
36 *
37 */
38
39#ifndef RPC_HDR
40%#ifndef lint
41%static const char rcsid[] =
42% "$FreeBSD$";
43%#endif /* not lint */
40%#include <sys/cdefs.h>
41%__FBSDID("$FreeBSD$");
44#endif
45
46program SM_PROG {
47 version SM_VERS {
48 /* res_stat = stat_succ if status monitor agrees to monitor */
49 /* res_stat = stat_fail if status monitor cannot monitor */
50 /* if res_stat == stat_succ, state = state number of site sm_name */
51 struct sm_stat_res SM_STAT(struct sm_name) = 1;

--- 76 unchanged lines hidden ---
42#endif
43
44program SM_PROG {
45 version SM_VERS {
46 /* res_stat = stat_succ if status monitor agrees to monitor */
47 /* res_stat = stat_fail if status monitor cannot monitor */
48 /* if res_stat == stat_succ, state = state number of site sm_name */
49 struct sm_stat_res SM_STAT(struct sm_name) = 1;

--- 76 unchanged lines hidden ---