Dash Core  0.12.2.1
P2P Digital Currency
alert.cpp File Reference
#include "alert.h"
#include "base58.h"
#include "clientversion.h"
#include "net.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>

Go to the source code of this file.

Variables

map< uint256, CAlertmapAlerts
 
CCriticalSection cs_mapAlerts
 

Variable Documentation

◆ cs_mapAlerts

CCriticalSection cs_mapAlerts

◆ mapAlerts

map<uint256, CAlert> mapAlerts