BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kstruct_compare - compares two structures

LIBRARY CALL

int kstruct_compare(
   kaddr data1,
   kaddr data2,
   int   type)

INPUT

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.