mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
135 lines
22 KiB
HTML
135 lines
22 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.14"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Dash Core: src/net_processing.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(initResizable);
|
|
/* @license-end */</script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectlogo"><img alt="Logo" src="bitcoin_logo_doxygen.png"/></td>
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">Dash Core
|
|
 <span id="projectnumber">0.12.2.1</span>
|
|
</div>
|
|
<div id="projectbrief">P2P Digital Currency</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.14 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('net__processing_8h_source.html','');});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">net_processing.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="net__processing_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// Copyright (c) 2009-2010 Satoshi Nakamoto</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Copyright (c) 2009-2015 The Bitcoin Core developers</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// Distributed under the MIT software license, see the accompanying</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// file COPYING or http://www.opensource.org/licenses/mit-license.php.</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#ifndef BITCOIN_NET_PROCESSING_H</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#define BITCOIN_NET_PROCESSING_H</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> </div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include "<a class="code" href="net_8h.html">net.h</a>"</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include "<a class="code" href="validationinterface_8h.html">validationinterface.h</a>"</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> </div><div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="net__processing_8h.html#a09ba6681dd87e0136d25acc054a335a0"> 14</a></span> <span class="keyword">static</span> constexpr int64_t <a class="code" href="net__processing_8h.html#a09ba6681dd87e0136d25acc054a335a0">HEADERS_DOWNLOAD_TIMEOUT_BASE</a> = 15 * 60 * 1000000; <span class="comment">// 15 minutes</span></div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="net__processing_8h.html#a8a4d3867ceb626ccda62b3b728425d07"> 15</a></span> <span class="keyword">static</span> constexpr int64_t <a class="code" href="net__processing_8h.html#a8a4d3867ceb626ccda62b3b728425d07">HEADERS_DOWNLOAD_TIMEOUT_PER_HEADER</a> = 1000; <span class="comment">// 1ms/header</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> </div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="keywordtype">void</span> <a class="code" href="net__processing_8h.html#ab02615ff65f91d69f8d786ec900baa8a">RegisterNodeSignals</a>(<a class="code" href="structCNodeSignals.html">CNodeSignals</a>& nodeSignals);</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="keywordtype">void</span> <a class="code" href="net__processing_8h.html#a3ef0cc6e9d9d6435ee2a5569244d6ebd">UnregisterNodeSignals</a>(<a class="code" href="structCNodeSignals.html">CNodeSignals</a>& nodeSignals);</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="classPeerLogicValidation.html"> 22</a></span> <span class="keyword">class </span><a class="code" href="classPeerLogicValidation.html">PeerLogicValidation</a> : <span class="keyword">public</span> <a class="code" href="classCValidationInterface.html">CValidationInterface</a> {</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="keyword">private</span>:</div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="classPeerLogicValidation.html#ab508aba46338b243f90ddbba6919bee5"> 24</a></span>  <a class="code" href="classCConnman.html">CConnman</a>* <a class="code" href="classPeerLogicValidation.html#ab508aba46338b243f90ddbba6919bee5">connman</a>;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> </div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  <a class="code" href="classPeerLogicValidation.html#a806fa20043b60e1ea5773cd8fb908f0c">PeerLogicValidation</a>(<a class="code" href="classCConnman.html">CConnman</a>* connmanIn);</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPeerLogicValidation.html#a908eccb4ad3cc3e9442dc33992190cac">UpdatedBlockTip</a>(<span class="keyword">const</span> <a class="code" href="classCBlockIndex.html">CBlockIndex</a> *pindexNew, <span class="keyword">const</span> <a class="code" href="classCBlockIndex.html">CBlockIndex</a> *pindexFork, <span class="keywordtype">bool</span> fInitialDownload);</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPeerLogicValidation.html#a421240c55e42e34728ca3ec9ee4e0248">BlockChecked</a>(<span class="keyword">const</span> <a class="code" href="classCBlock.html">CBlock</a>& block, <span class="keyword">const</span> <a class="code" href="classCValidationState.html">CValidationState</a>& state);</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> };</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> </div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="structCNodeStateStats.html"> 33</a></span> <span class="keyword">struct </span><a class="code" href="structCNodeStateStats.html">CNodeStateStats</a> {</div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="structCNodeStateStats.html#a62c2243d09166c1daaad84519700da3c"> 34</a></span>  <span class="keywordtype">int</span> <a class="code" href="structCNodeStateStats.html#a62c2243d09166c1daaad84519700da3c">nMisbehavior</a>;</div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="structCNodeStateStats.html#a7646deac801098e973a5bc50202f92cd"> 35</a></span>  <span class="keywordtype">int</span> <a class="code" href="structCNodeStateStats.html#a7646deac801098e973a5bc50202f92cd">nSyncHeight</a>;</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="structCNodeStateStats.html#a67c910a57285a63bbf0bb88ea7a9ca05"> 36</a></span>  <span class="keywordtype">int</span> <a class="code" href="structCNodeStateStats.html#a67c910a57285a63bbf0bb88ea7a9ca05">nCommonHeight</a>;</div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="structCNodeStateStats.html#a4b03fd8ecaa9268f7eca836e5e79c35a"> 37</a></span>  std::vector<int> <a class="code" href="structCNodeStateStats.html#a4b03fd8ecaa9268f7eca836e5e79c35a">vHeightInFlight</a>;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> };</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> </div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="keywordtype">bool</span> <a class="code" href="net__processing_8h.html#af0793c7c14e94d2d642f4ac89067a429">GetNodeStateStats</a>(<a class="code" href="net_8h.html#a954d746a58632565552615fd0a4ee660">NodeId</a> nodeid, <a class="code" href="structCNodeStateStats.html">CNodeStateStats</a> &stats);</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="keywordtype">void</span> <a class="code" href="net__processing_8h.html#a4b04650c6aa3e5b02921ba992658d647">Misbehaving</a>(<a class="code" href="net_8h.html#a954d746a58632565552615fd0a4ee660">NodeId</a> nodeid, <span class="keywordtype">int</span> howmuch);</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="keywordtype">bool</span> <a class="code" href="net__processing_8h.html#a7fa42e7ffd6e6ba5b7537af248e30fc8">ProcessMessages</a>(<a class="code" href="classCNode.html">CNode</a>* pfrom, <a class="code" href="classCConnman.html">CConnman</a>& connman, std::atomic<bool>& interrupt);</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="keywordtype">bool</span> <a class="code" href="net__processing_8h.html#aeff072ce2b170f7800141915a667adfc">SendMessages</a>(<a class="code" href="classCNode.html">CNode</a>* pto, <a class="code" href="classCConnman.html">CConnman</a>& connman, std::atomic<bool>& interrupt);</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span> </div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor">#endif // BITCOIN_NET_PROCESSING_H</span></div><div class="ttc" id="net__processing_8h_html_a4b04650c6aa3e5b02921ba992658d647"><div class="ttname"><a href="net__processing_8h.html#a4b04650c6aa3e5b02921ba992658d647">Misbehaving</a></div><div class="ttdeci">void Misbehaving(NodeId nodeid, int howmuch)</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8cpp_source.html#l00585">net_processing.cpp:585</a></div></div>
|
|
<div class="ttc" id="net_8h_html"><div class="ttname"><a href="net_8h.html">net.h</a></div></div>
|
|
<div class="ttc" id="net__processing_8h_html_a8a4d3867ceb626ccda62b3b728425d07"><div class="ttname"><a href="net__processing_8h.html#a8a4d3867ceb626ccda62b3b728425d07">HEADERS_DOWNLOAD_TIMEOUT_PER_HEADER</a></div><div class="ttdeci">static constexpr int64_t HEADERS_DOWNLOAD_TIMEOUT_PER_HEADER</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8h_source.html#l00015">net_processing.h:15</a></div></div>
|
|
<div class="ttc" id="structCNodeStateStats_html_a7646deac801098e973a5bc50202f92cd"><div class="ttname"><a href="structCNodeStateStats.html#a7646deac801098e973a5bc50202f92cd">CNodeStateStats::nSyncHeight</a></div><div class="ttdeci">int nSyncHeight</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8h_source.html#l00035">net_processing.h:35</a></div></div>
|
|
<div class="ttc" id="classCConnman_html"><div class="ttname"><a href="classCConnman.html">CConnman</a></div><div class="ttdef"><b>Definition:</b> <a href="net_8h_source.html#l00108">net.h:108</a></div></div>
|
|
<div class="ttc" id="structCNodeStateStats_html_a4b03fd8ecaa9268f7eca836e5e79c35a"><div class="ttname"><a href="structCNodeStateStats.html#a4b03fd8ecaa9268f7eca836e5e79c35a">CNodeStateStats::vHeightInFlight</a></div><div class="ttdeci">std::vector< int > vHeightInFlight</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8h_source.html#l00037">net_processing.h:37</a></div></div>
|
|
<div class="ttc" id="structCNodeStateStats_html_a67c910a57285a63bbf0bb88ea7a9ca05"><div class="ttname"><a href="structCNodeStateStats.html#a67c910a57285a63bbf0bb88ea7a9ca05">CNodeStateStats::nCommonHeight</a></div><div class="ttdeci">int nCommonHeight</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8h_source.html#l00036">net_processing.h:36</a></div></div>
|
|
<div class="ttc" id="classCValidationState_html"><div class="ttname"><a href="classCValidationState.html">CValidationState</a></div><div class="ttdef"><b>Definition:</b> <a href="consensus_2validation_8h_source.html#l00022">validation.h:22</a></div></div>
|
|
<div class="ttc" id="net__processing_8h_html_aeff072ce2b170f7800141915a667adfc"><div class="ttname"><a href="net__processing_8h.html#aeff072ce2b170f7800141915a667adfc">SendMessages</a></div><div class="ttdeci">bool SendMessages(CNode *pto, CConnman &connman, std::atomic< bool > &interrupt)</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8cpp_source.html#l02296">net_processing.cpp:2296</a></div></div>
|
|
<div class="ttc" id="structCNodeStateStats_html"><div class="ttname"><a href="structCNodeStateStats.html">CNodeStateStats</a></div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8h_source.html#l00033">net_processing.h:33</a></div></div>
|
|
<div class="ttc" id="net__processing_8h_html_a3ef0cc6e9d9d6435ee2a5569244d6ebd"><div class="ttname"><a href="net__processing_8h.html#a3ef0cc6e9d9d6435ee2a5569244d6ebd">UnregisterNodeSignals</a></div><div class="ttdeci">void UnregisterNodeSignals(CNodeSignals &nodeSignals)</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8cpp_source.html#l00491">net_processing.cpp:491</a></div></div>
|
|
<div class="ttc" id="structCNodeStateStats_html_a62c2243d09166c1daaad84519700da3c"><div class="ttname"><a href="structCNodeStateStats.html#a62c2243d09166c1daaad84519700da3c">CNodeStateStats::nMisbehavior</a></div><div class="ttdeci">int nMisbehavior</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8h_source.html#l00034">net_processing.h:34</a></div></div>
|
|
<div class="ttc" id="classPeerLogicValidation_html_a806fa20043b60e1ea5773cd8fb908f0c"><div class="ttname"><a href="classPeerLogicValidation.html#a806fa20043b60e1ea5773cd8fb908f0c">PeerLogicValidation::PeerLogicValidation</a></div><div class="ttdeci">PeerLogicValidation(CConnman *connmanIn)</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8cpp_source.html#l00616">net_processing.cpp:616</a></div></div>
|
|
<div class="ttc" id="net__processing_8h_html_af0793c7c14e94d2d642f4ac89067a429"><div class="ttname"><a href="net__processing_8h.html#af0793c7c14e94d2d642f4ac89067a429">GetNodeStateStats</a></div><div class="ttdeci">bool GetNodeStateStats(NodeId nodeid, CNodeStateStats &stats)</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8cpp_source.html#l00468">net_processing.cpp:468</a></div></div>
|
|
<div class="ttc" id="classPeerLogicValidation_html_a421240c55e42e34728ca3ec9ee4e0248"><div class="ttname"><a href="classPeerLogicValidation.html#a421240c55e42e34728ca3ec9ee4e0248">PeerLogicValidation::BlockChecked</a></div><div class="ttdeci">virtual void BlockChecked(const CBlock &block, const CValidationState &state)</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8cpp_source.html#l00651">net_processing.cpp:651</a></div></div>
|
|
<div class="ttc" id="classCNode_html"><div class="ttname"><a href="classCNode.html">CNode</a></div><div class="ttdef"><b>Definition:</b> <a href="net_8h_source.html#l00661">net.h:661</a></div></div>
|
|
<div class="ttc" id="net__processing_8h_html_a7fa42e7ffd6e6ba5b7537af248e30fc8"><div class="ttname"><a href="net__processing_8h.html#a7fa42e7ffd6e6ba5b7537af248e30fc8">ProcessMessages</a></div><div class="ttdeci">bool ProcessMessages(CNode *pfrom, CConnman &connman, std::atomic< bool > &interrupt)</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8cpp_source.html#l02184">net_processing.cpp:2184</a></div></div>
|
|
<div class="ttc" id="net__processing_8h_html_a09ba6681dd87e0136d25acc054a335a0"><div class="ttname"><a href="net__processing_8h.html#a09ba6681dd87e0136d25acc054a335a0">HEADERS_DOWNLOAD_TIMEOUT_BASE</a></div><div class="ttdeci">static constexpr int64_t HEADERS_DOWNLOAD_TIMEOUT_BASE</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8h_source.html#l00014">net_processing.h:14</a></div></div>
|
|
<div class="ttc" id="structCNodeSignals_html"><div class="ttname"><a href="structCNodeSignals.html">CNodeSignals</a></div><div class="ttdef"><b>Definition:</b> <a href="net_8h_source.html#l00531">net.h:531</a></div></div>
|
|
<div class="ttc" id="classPeerLogicValidation_html"><div class="ttname"><a href="classPeerLogicValidation.html">PeerLogicValidation</a></div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8h_source.html#l00022">net_processing.h:22</a></div></div>
|
|
<div class="ttc" id="net__processing_8h_html_ab02615ff65f91d69f8d786ec900baa8a"><div class="ttname"><a href="net__processing_8h.html#ab02615ff65f91d69f8d786ec900baa8a">RegisterNodeSignals</a></div><div class="ttdeci">void RegisterNodeSignals(CNodeSignals &nodeSignals)</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8cpp_source.html#l00483">net_processing.cpp:483</a></div></div>
|
|
<div class="ttc" id="classCValidationInterface_html"><div class="ttname"><a href="classCValidationInterface.html">CValidationInterface</a></div><div class="ttdef"><b>Definition:</b> <a href="validationinterface_8h_source.html#l00031">validationinterface.h:31</a></div></div>
|
|
<div class="ttc" id="classPeerLogicValidation_html_ab508aba46338b243f90ddbba6919bee5"><div class="ttname"><a href="classPeerLogicValidation.html#ab508aba46338b243f90ddbba6919bee5">PeerLogicValidation::connman</a></div><div class="ttdeci">CConnman * connman</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8h_source.html#l00024">net_processing.h:24</a></div></div>
|
|
<div class="ttc" id="net_8h_html_a954d746a58632565552615fd0a4ee660"><div class="ttname"><a href="net_8h.html#a954d746a58632565552615fd0a4ee660">NodeId</a></div><div class="ttdeci">int NodeId</div><div class="ttdef"><b>Definition:</b> <a href="net_8h_source.html#l00094">net.h:94</a></div></div>
|
|
<div class="ttc" id="validationinterface_8h_html"><div class="ttname"><a href="validationinterface_8h.html">validationinterface.h</a></div></div>
|
|
<div class="ttc" id="classPeerLogicValidation_html_a908eccb4ad3cc3e9442dc33992190cac"><div class="ttname"><a href="classPeerLogicValidation.html#a908eccb4ad3cc3e9442dc33992190cac">PeerLogicValidation::UpdatedBlockTip</a></div><div class="ttdeci">virtual void UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload)</div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8cpp_source.html#l00621">net_processing.cpp:621</a></div></div>
|
|
<div class="ttc" id="classCBlockIndex_html"><div class="ttname"><a href="classCBlockIndex.html">CBlockIndex</a></div><div class="ttdef"><b>Definition:</b> <a href="chain_8h_source.html#l00100">chain.h:100</a></div></div>
|
|
<div class="ttc" id="classCBlock_html"><div class="ttname"><a href="classCBlock.html">CBlock</a></div><div class="ttdef"><b>Definition:</b> <a href="block_8h_source.html#l00073">block.h:73</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="net__processing_8h.html">net_processing.h</a></li>
|
|
<li class="footer">Generated on Thu Dec 14 2017 13:15:03 for Dash Core by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|