Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

CCriticalSection cs_mapAlerts

Definition at line 24 of file alert.cpp.

Referenced by GetWarnings(), and ProcessMessage().

std::map<uint256, CAlert> mapAlerts

Definition at line 23 of file alert.cpp.

Referenced by GetWarnings(), and ProcessMessage().