Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Variables
alert.cpp File Reference
#include <algorithm>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/foreach.hpp>
#include <map>
#include "alert.h"
#include "key.h"
#include "net.h"
#include "sync.h"
#include "ui_interface.h"
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 20 of file alert.cpp.

map<uint256, CAlert> mapAlerts

Definition at line 19 of file alert.cpp.