![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#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, CAlert > | mapAlerts |
| CCriticalSection | cs_mapAlerts |
| CCriticalSection cs_mapAlerts |
Definition at line 24 of file alert.cpp.
Referenced by GetWarnings(), and ProcessMessage().
Definition at line 23 of file alert.cpp.
Referenced by GetWarnings(), and ProcessMessage().
1.8.8