windows-nt/Source/XPSP1/NT/net/snmp/newagent/inc/trapthrd.h
2020-09-26 16:20:57 +08:00

60 lines
1.3 KiB
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
Copyright (c) 1992-1997 Microsoft Corporation
Module Name:
trapthrd.h
Abstract:
Contains definitions for trap processing thread.
Environment:
User Mode - Win32
Revision History:
10-Feb-1997 DonRyan
Rewrote to implement SNMPv2 support.
--*/
#ifndef _TRAPTHRD_H_
#define _TRAPTHRD_H_
///////////////////////////////////////////////////////////////////////////////
// //
// Header files //
// //
///////////////////////////////////////////////////////////////////////////////
#include "snmppdus.h"
///////////////////////////////////////////////////////////////////////////////
// //
// Public prototypes //
// //
///////////////////////////////////////////////////////////////////////////////
BOOL
ProcessSubagentEvents(
);
BOOL
GenerateTrap(
PSNMP_PDU pPdu
);
BOOL
GenerateColdStartTrap(
);
BOOL
GenerateAuthenticationTrap(
);
#endif // _TRAPTHRD_H_