From b55416a4b25c317c7dada508acd518d7d069e159 Mon Sep 17 00:00:00 2001 From: glass Date: Tue, 13 Dec 1994 16:19:46 +0000 Subject: [PATCH] bug fix from sun. version # doesn't change. major lame --- lib/librpcsvc/src/sm_inter.x | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/librpcsvc/src/sm_inter.x b/lib/librpcsvc/src/sm_inter.x index 67a5f799768b..674796e04633 100644 --- a/lib/librpcsvc/src/sm_inter.x +++ b/lib/librpcsvc/src/sm_inter.x @@ -37,7 +37,7 @@ %#ifndef lint %/*static char sccsid[] = "from: @(#)sm_inter.x 1.7 87/06/24 Copyr 1987 Sun Micro";*/ %/*static char sccsid[] = "from: @(#)sm_inter.x 2.2 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$Id: sm_inter.x,v 1.1 1993/10/08 05:27:00 cgd Exp $"; +%static char rcsid[] = "$Id: sm_inter.x,v 1.2 1994/12/13 16:19:46 glass Exp $"; %#endif /* not lint */ #endif @@ -61,6 +61,8 @@ program SM_PROG { void SM_SIMU_CRASH(void) = 5; + void SM_NOTIFY(struct stat_chge) = 6; + } = 1; } = 100024; @@ -83,11 +85,15 @@ struct mon_id { }; -struct mon{ +struct mon { struct mon_id mon_id; opaque priv[16]; /* private information to store at monitor for requesting process */ }; +struct stat_chge { + string mon_name; /* name of the site that had the state change */ + int state; +}; /* * state # of status monitor monitonically increases each time