Dogecoin Core  1.14.2
P2P Digital Currency
Classes | Variables
alert.h File Reference
#include "serialize.h"
#include "sync.h"
#include <map>
#include <set>
#include <stdint.h>
#include <string>
Include dependency graph for alert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CUnsignedAlert
 Alerts are for notifying old versions if they become too obsolete and need to upgrade. More...
 
class  CAlert
 An alert is a combination of a serialized CUnsignedAlert and a signature. More...
 

Variables

std::map< uint256, CAlertmapAlerts
 
CCriticalSection cs_mapAlerts
 

Variable Documentation

◆ cs_mapAlerts

CCriticalSection cs_mapAlerts
extern

Definition at line 29 of file alert.cpp.

◆ mapAlerts

std::map<uint256, CAlert> mapAlerts
extern

Definition at line 28 of file alert.cpp.