Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
alert.cpp File Reference
#include "alert.h"
#include "key.h"
#include "net.h"
#include "ui_interface.h"
#include "util.h"
#include <stdint.h>
#include <algorithm>
#include <map>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/foreach.hpp>
+ Include dependency graph for alert.cpp:

Go to the source code of this file.

Variables

map< uint256, CAlertmapAlerts
 
CCriticalSection cs_mapAlerts
 

Variable Documentation

CCriticalSection cs_mapAlerts

Definition at line 24 of file alert.cpp.

Referenced by GetWarnings(), and ProcessMessage().

map<uint256, CAlert> mapAlerts

Definition at line 23 of file alert.cpp.

Referenced by GetWarnings(), and ProcessMessage().