int kstruct_compare(
kaddr data1,
kaddr data2,
int type)
INPUT
data1 - the first structure to be compared
data2 - the second structure to be compared
type - the structure type in which to be compared
OUTPUT
none
RETURN VALUE
returns TRUE on success, FALSE otherwise
otherwise
DESCRIPTION
This module is used to compare two structures to see if they
are the same. This is done by calling the associated compare
handler associated with a structure data definition.
The structure compare handler is called to compare the
assocaited data with the two structures.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/kstruct.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.