33 lines
348 B
C
33 lines
348 B
C
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
member.h
|
|
|
|
Abstract:
|
|
|
|
Public data structures and procedure prototypes for
|
|
the Membership subcomponent of the NT Cluster Service
|
|
|
|
Author:
|
|
|
|
John Vert (jvert) 7-Feb-1996
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
DWORD
|
|
CmpInitNodes(
|
|
VOID
|
|
);
|
|
|
|
VOID
|
|
CmpCleanupNodes(
|
|
VOID
|
|
);
|
|
|
|
|