Dogecoin Core  1.14.2
P2P Digital Currency
Variables
alert.cpp File Reference
#include "alert.h"
#include "clientversion.h"
#include "net.h"
#include "netmessagemaker.h"
#include "pubkey.h"
#include "timedata.h"
#include "ui_interface.h"
#include "util.h"
#include "utilstrencodings.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 <boost/thread.hpp>
Include dependency graph for alert.cpp:

Go to the source code of this file.

Variables

map< uint256, CAlertmapAlerts
 
CCriticalSection cs_mapAlerts
 

Variable Documentation

◆ cs_mapAlerts

CCriticalSection cs_mapAlerts

Definition at line 29 of file alert.cpp.

◆ mapAlerts

map<uint256, CAlert> mapAlerts

Definition at line 28 of file alert.cpp.