Files
rippled/PathRequests_8cpp_source.html
2026-02-04 06:53:36 -08:00

421 lines
71 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>rippled: PathRequests.cpp 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="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 id="projectrow">
<td id="projectalign">
<div id="projectname">rippled
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @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:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- 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">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_a62226f9e3a6c7c5a3be455e2f87ae01.html">xrpld</a></li><li class="navelem"><a class="el" href="dir_c69db3203fa08a9ff994909ba6ee9783.html">app</a></li><li class="navelem"><a class="el" href="dir_a6d14a898e5042b88feceb06bece5732.html">paths</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">PathRequests.cpp</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#include &lt;xrpld/app/ledger/LedgerMaster.h&gt;</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#include &lt;xrpld/app/main/Application.h&gt;</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include &lt;xrpld/app/paths/PathRequests.h&gt;</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span> </div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include &lt;xrpl/basics/Log.h&gt;</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#include &lt;xrpl/core/JobQueue.h&gt;</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#include &lt;xrpl/protocol/ErrorCodes.h&gt;</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include &lt;xrpl/protocol/RPCErr.h&gt;</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include &lt;xrpl/protocol/jss.h&gt;</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/algorithm.html">algorithm</a>&gt;</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> </div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacexrpl.html">xrpl</a> {</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;RippleLineCache&gt;</a></div>
<div class="foldopen" id="foldopen00019" data-start="{" data-end="}">
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"><a class="line" href="classxrpl_1_1PathRequests.html#a7fa50ef45005d07a9fe12631b3e228fc"> 19</a></span><a class="code hl_function" href="classxrpl_1_1PathRequests.html#a7fa50ef45005d07a9fe12631b3e228fc">PathRequests::getLineCache</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;ReadView const&gt;</a> <span class="keyword">const</span>&amp; ledger, <span class="keywordtype">bool</span> authoritative)</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span>{</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> sl(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#acba1af6f56d40f075aee10a2348081be">mLock</a>);</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> <span class="keyword">auto</span> lineCache = <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a33684de7f304838f260975f39319a414">lineCache_</a>.lock();</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> lineSeq = lineCache ? lineCache-&gt;getLedger()-&gt;seq() : 0;</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> lgrSeq = ledger-&gt;seq();</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> JLOG(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a1365cda58370d4f46c02caedf2205962">mJournal</a>.<a class="code hl_function" href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">debug</a>()) &lt;&lt; <span class="stringliteral">&quot;getLineCache has cache for &quot;</span> &lt;&lt; lineSeq &lt;&lt; <span class="stringliteral">&quot;, considering &quot;</span> &lt;&lt; lgrSeq;</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> <span class="keywordflow">if</span> ((lineSeq == 0) || <span class="comment">// no ledger</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> (authoritative &amp;&amp; (lgrSeq &gt; lineSeq)) || <span class="comment">// newer authoritative ledger</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> (authoritative &amp;&amp; ((lgrSeq + 8) &lt; lineSeq)) || <span class="comment">// we jumped way back for some reason</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> (lgrSeq &gt; (lineSeq + 8))) <span class="comment">// we jumped way forward for some reason</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> {</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> JLOG(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a1365cda58370d4f46c02caedf2205962">mJournal</a>.<a class="code hl_function" href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">debug</a>()) &lt;&lt; <span class="stringliteral">&quot;getLineCache creating new cache for &quot;</span> &lt;&lt; lgrSeq;</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> <span class="comment">// Assign to the local before the member, because the member is a</span></div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> <span class="comment">// weak_ptr, and will immediately discard it if there are no other</span></div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <span class="comment">// references.</span></div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a33684de7f304838f260975f39319a414">lineCache_</a> = lineCache = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared&lt;RippleLineCache&gt;</a>(ledger, <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#a6e0a37ac42a5e33db7e391c5d80e6527">journal</a>(<span class="stringliteral">&quot;RippleLineCache&quot;</span>));</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> }</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <span class="keywordflow">return</span> lineCache;</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span>}</div>
</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="keywordtype">void</span></div>
<div class="foldopen" id="foldopen00044" data-start="{" data-end="}">
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="classxrpl_1_1PathRequests.html#ab2994b82a950ca2dac406e15d71a23c6"> 44</a></span><a class="code hl_function" href="classxrpl_1_1PathRequests.html#ab2994b82a950ca2dac406e15d71a23c6">PathRequests::updateAll</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;ReadView const&gt;</a> <span class="keyword">const</span>&amp; inLedger)</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span>{</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <span class="keyword">auto</span> <span class="keyword">event</span> = <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>.<a class="code hl_function" href="classxrpl_1_1ServiceRegistry.html#a164cae2730459e9268836f96161f0b1f">getJobQueue</a>().<a class="code hl_function" href="classxrpl_1_1JobQueue.html#ad50b20b429e7023029415419b2ae5b37">makeLoadEvent</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#a8cb315a10bb9d6ac744e47a352ba6c81a1adafbbf09b8956da018486fd4574116">jtPATH_FIND</a>, <span class="stringliteral">&quot;PathRequest::updateAll&quot;</span>);</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> </div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;PathRequest::wptr&gt;</a> requests;</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;RippleLineCache&gt;</a> cache;</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> </div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="comment">// Get the ledger and cache we should be using</span></div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> {</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> sl(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#acba1af6f56d40f075aee10a2348081be">mLock</a>);</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> requests = <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#ae7f8bc2ff7a9e89872f97339c1f70105">requests_</a>;</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> cache = <a class="code hl_function" href="classxrpl_1_1PathRequests.html#a7fa50ef45005d07a9fe12631b3e228fc">getLineCache</a>(inLedger, <span class="keyword">true</span>);</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> }</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> </div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <span class="keywordtype">bool</span> newRequests = <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>.<a class="code hl_function" href="classxrpl_1_1ServiceRegistry.html#a830b10b204ebb21f7a5f625ac396512d">getLedgerMaster</a>().<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#ad0a7a552d5c94bafe78391ed74b1623c">isNewPathRequest</a>();</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <span class="keywordtype">bool</span> mustBreak = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> </div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> JLOG(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a1365cda58370d4f46c02caedf2205962">mJournal</a>.<a class="code hl_function" href="classbeast_1_1Journal.html#abbe082bd27ca0f1d1365af2824e4f85b">trace</a>()) &lt;&lt; <span class="stringliteral">&quot;updateAll seq=&quot;</span> &lt;&lt; cache-&gt;getLedger()-&gt;seq() &lt;&lt; <span class="stringliteral">&quot;, &quot;</span> &lt;&lt; requests.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/vector/size.html">size</a>() &lt;&lt; <span class="stringliteral">&quot; requests&quot;</span>;</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keywordtype">int</span> processed = 0, removed = 0;</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <span class="keyword">auto</span> getSubscriber = [](<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">PathRequest::pointer</a> <span class="keyword">const</span>&amp; request) -&gt; <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">InfoSub::pointer</a> {</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <span class="keywordflow">if</span> (<span class="keyword">auto</span> ipSub = request-&gt;getSubscriber(); ipSub &amp;&amp; ipSub-&gt;getRequest() == request)</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> {</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keywordflow">return</span> ipSub;</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> }</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> request-&gt;doAborting();</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <span class="keywordflow">return</span> <span class="keyword">nullptr</span>;</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> };</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <span class="keywordflow">do</span></div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> {</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> JLOG(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a1365cda58370d4f46c02caedf2205962">mJournal</a>.<a class="code hl_function" href="classbeast_1_1Journal.html#abbe082bd27ca0f1d1365af2824e4f85b">trace</a>()) &lt;&lt; <span class="stringliteral">&quot;updateAll looping&quot;</span>;</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <span class="keywordflow">for</span> (<span class="keyword">auto</span> <span class="keyword">const</span>&amp; wr : requests)</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> {</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>.<a class="code hl_function" href="classxrpl_1_1ServiceRegistry.html#a164cae2730459e9268836f96161f0b1f">getJobQueue</a>().<a class="code hl_function" href="classxrpl_1_1JobQueue.html#a9015a3602a94ad6d543d499262c8e904">isStopping</a>())</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="keywordflow">break</span>;</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> </div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="keyword">auto</span> request = wr.lock();</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <span class="keywordtype">bool</span> remove = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> JLOG(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a1365cda58370d4f46c02caedf2205962">mJournal</a>.<a class="code hl_function" href="classbeast_1_1Journal.html#abbe082bd27ca0f1d1365af2824e4f85b">trace</a>()) &lt;&lt; <span class="stringliteral">&quot;updateAll request &quot;</span> &lt;&lt; (request ? <span class="stringliteral">&quot;&quot;</span> : <span class="stringliteral">&quot;not &quot;</span>) &lt;&lt; <span class="stringliteral">&quot;found&quot;</span>;</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> </div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> <span class="keywordflow">if</span> (request)</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> {</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> <span class="keyword">auto</span> continueCallback = [&amp;getSubscriber, &amp;request]() {</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> <span class="comment">// This callback is used by doUpdate to determine whether to</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="comment">// continue working. If getSubscriber returns null, that</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <span class="comment">// indicates that this request is no longer relevant.</span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> <span class="keywordflow">return</span> (<span class="keywordtype">bool</span>)getSubscriber(request);</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> };</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> <span class="keywordflow">if</span> (!request-&gt;needsUpdate(newRequests, cache-&gt;getLedger()-&gt;seq()))</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> remove = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> <span class="keywordflow">else</span></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> {</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <span class="keywordflow">if</span> (<span class="keyword">auto</span> ipSub = getSubscriber(request))</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> {</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <span class="keywordflow">if</span> (!ipSub-&gt;getConsumer().warn())</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> {</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="comment">// Release the shared ptr to the subscriber so that</span></div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> <span class="comment">// it can be freed if the client disconnects, and</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <span class="comment">// thus fail to lock later.</span></div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> ipSub.reset();</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> update = request-&gt;doUpdate(cache, <span class="keyword">false</span>, continueCallback);</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> request-&gt;updateComplete();</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> update[jss::type] = <span class="stringliteral">&quot;path_find&quot;</span>;</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> <span class="keywordflow">if</span> ((ipSub = getSubscriber(request)))</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> {</div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> ipSub-&gt;send(update, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> remove = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> ++processed;</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> }</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> }</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> }</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> <span class="keywordflow">else</span> <span class="keywordflow">if</span> (request-&gt;hasCompletion())</div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> {</div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> <span class="comment">// One-shot request with completion function</span></div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> request-&gt;doUpdate(cache, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> request-&gt;updateComplete();</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> ++processed;</div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> }</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> }</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> }</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> </div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> <span class="keywordflow">if</span> (remove)</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> {</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> sl(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#acba1af6f56d40f075aee10a2348081be">mLock</a>);</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> </div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <span class="comment">// Remove any dangling weak pointers or weak</span></div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <span class="comment">// pointers that refer to this path request.</span></div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> <span class="keyword">auto</span> ret = <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/algorithm/remove.html">std::remove_if</a>(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#ae7f8bc2ff7a9e89872f97339c1f70105">requests_</a>.begin(), <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#ae7f8bc2ff7a9e89872f97339c1f70105">requests_</a>.end(), [&amp;removed, &amp;request](<span class="keyword">auto</span> <span class="keyword">const</span>&amp; wl) {</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> auto r = wl.lock();</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> </div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> if (r &amp;&amp; r != request)</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> return false;</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> ++removed;</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> return true;</div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> });</div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> </div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#ae7f8bc2ff7a9e89872f97339c1f70105">requests_</a>.erase(ret, <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#ae7f8bc2ff7a9e89872f97339c1f70105">requests_</a>.end());</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> }</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> </div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> mustBreak = !newRequests &amp;&amp; <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>.<a class="code hl_function" href="classxrpl_1_1ServiceRegistry.html#a830b10b204ebb21f7a5f625ac396512d">getLedgerMaster</a>().<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#ad0a7a552d5c94bafe78391ed74b1623c">isNewPathRequest</a>();</div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> </div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> <span class="comment">// We weren&#39;t handling new requests and then</span></div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> <span class="comment">// there was a new request</span></div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> <span class="keywordflow">if</span> (mustBreak)</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> <span class="keywordflow">break</span>;</div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> }</div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> </div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> <span class="keywordflow">if</span> (mustBreak)</div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> { <span class="comment">// a new request came in while we were working</span></div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> newRequests = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> }</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> <span class="keywordflow">else</span> <span class="keywordflow">if</span> (newRequests)</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> { <span class="comment">// we only did new requests, so we always need a last pass</span></div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> newRequests = <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>.<a class="code hl_function" href="classxrpl_1_1ServiceRegistry.html#a830b10b204ebb21f7a5f625ac396512d">getLedgerMaster</a>().<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#ad0a7a552d5c94bafe78391ed74b1623c">isNewPathRequest</a>();</div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> }</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <span class="keywordflow">else</span></div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> { <span class="comment">// if there are no new requests, we are done</span></div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> newRequests = <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>.<a class="code hl_function" href="classxrpl_1_1ServiceRegistry.html#a830b10b204ebb21f7a5f625ac396512d">getLedgerMaster</a>().<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#ad0a7a552d5c94bafe78391ed74b1623c">isNewPathRequest</a>();</div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <span class="keywordflow">if</span> (!newRequests)</div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> <span class="keywordflow">break</span>;</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> }</div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> </div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> <span class="comment">// Hold on to the line cache until after the lock is released, so it can</span></div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <span class="comment">// be destroyed outside of the lock</span></div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;RippleLineCache&gt;</a> lastCache;</div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> {</div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <span class="comment">// Get the latest requests, cache, and ledger for next pass</span></div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> sl(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#acba1af6f56d40f075aee10a2348081be">mLock</a>);</div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> </div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#ae7f8bc2ff7a9e89872f97339c1f70105">requests_</a>.empty())</div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> <span class="keywordflow">break</span>;</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> requests = <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#ae7f8bc2ff7a9e89872f97339c1f70105">requests_</a>;</div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> lastCache = cache;</div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> cache = <a class="code hl_function" href="classxrpl_1_1PathRequests.html#a7fa50ef45005d07a9fe12631b3e228fc">getLineCache</a>(cache-&gt;getLedger(), <span class="keyword">false</span>);</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> }</div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> } <span class="keywordflow">while</span> (!<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>.<a class="code hl_function" href="classxrpl_1_1ServiceRegistry.html#a164cae2730459e9268836f96161f0b1f">getJobQueue</a>().<a class="code hl_function" href="classxrpl_1_1JobQueue.html#a9015a3602a94ad6d543d499262c8e904">isStopping</a>());</div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> </div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> JLOG(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a1365cda58370d4f46c02caedf2205962">mJournal</a>.<a class="code hl_function" href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">debug</a>()) &lt;&lt; <span class="stringliteral">&quot;updateAll complete: &quot;</span> &lt;&lt; processed &lt;&lt; <span class="stringliteral">&quot; processed and &quot;</span> &lt;&lt; removed &lt;&lt; <span class="stringliteral">&quot; removed&quot;</span>;</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span>}</div>
</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> </div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span><span class="keywordtype">bool</span></div>
<div class="foldopen" id="foldopen00187" data-start="{" data-end="}">
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"><a class="line" href="classxrpl_1_1PathRequests.html#a5d6fe79e769a20fbbb321ea90d09615f"> 187</a></span><a class="code hl_function" href="classxrpl_1_1PathRequests.html#a5d6fe79e769a20fbbb321ea90d09615f">PathRequests::requestsPending</a>()<span class="keyword"> const</span></div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span><span class="keyword"></span>{</div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> sl(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#acba1af6f56d40f075aee10a2348081be">mLock</a>);</div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> <span class="keywordflow">return</span> !<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#ae7f8bc2ff7a9e89872f97339c1f70105">requests_</a>.empty();</div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span>}</div>
</div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> </div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span><span class="keywordtype">void</span></div>
<div class="foldopen" id="foldopen00194" data-start="{" data-end="}">
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"><a class="line" href="classxrpl_1_1PathRequests.html#aaa61f758628996b08c7fe5de5f109684"> 194</a></span><a class="code hl_function" href="classxrpl_1_1PathRequests.html#aaa61f758628996b08c7fe5de5f109684">PathRequests::insertPathRequest</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">PathRequest::pointer</a> <span class="keyword">const</span>&amp; req)</div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span>{</div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> sl(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#acba1af6f56d40f075aee10a2348081be">mLock</a>);</div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> </div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> <span class="comment">// Insert after any older unserviced requests but before</span></div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> <span class="comment">// any serviced requests</span></div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> <span class="keyword">auto</span> ret = <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/algorithm/find.html">std::find_if</a>(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#ae7f8bc2ff7a9e89872f97339c1f70105">requests_</a>.begin(), <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#ae7f8bc2ff7a9e89872f97339c1f70105">requests_</a>.end(), [](<span class="keyword">auto</span> <span class="keyword">const</span>&amp; wl) {</div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> auto r = wl.lock();</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> </div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <span class="comment">// We come before handled requests</span></div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> return r &amp;&amp; !r-&gt;isNew();</div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> });</div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> </div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#ae7f8bc2ff7a9e89872f97339c1f70105">requests_</a>.emplace(ret, req);</div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span>}</div>
</div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> </div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span><span class="comment">// Make a new-style path_find request</span></div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span><a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="foldopen" id="foldopen00212" data-start="{" data-end="}">
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"><a class="line" href="classxrpl_1_1PathRequests.html#a83f7221028aee27b1e1a83d46efc649c"> 212</a></span><a class="code hl_function" href="classxrpl_1_1PathRequests.html#a83f7221028aee27b1e1a83d46efc649c">PathRequests::makePathRequest</a>(</div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;InfoSub&gt;</a> <span class="keyword">const</span>&amp; subscriber,</div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;ReadView const&gt;</a> <span class="keyword">const</span>&amp; inLedger,</div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> <span class="keyword">const</span>&amp; requestJson)</div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span>{</div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> <span class="keyword">auto</span> req = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared&lt;PathRequest&gt;</a>(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>, subscriber, ++<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#adef78858e9cddcc48eac7ab9f729d42d">mLastIdentifier</a>, *<span class="keyword">this</span>, <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a1365cda58370d4f46c02caedf2205962">mJournal</a>);</div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> </div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> <span class="keyword">auto</span> [<a class="code hl_function" href="namespacexrpl_1_1credentials.html#ac22a251ba718f9ba07882d82901f5d84">valid</a>, jvRes] = req-&gt;doCreate(<a class="code hl_function" href="classxrpl_1_1PathRequests.html#a7fa50ef45005d07a9fe12631b3e228fc">getLineCache</a>(inLedger, <span class="keyword">false</span>), requestJson);</div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> </div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="namespacexrpl_1_1credentials.html#ac22a251ba718f9ba07882d82901f5d84">valid</a>)</div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> {</div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> subscriber-&gt;setRequest(req);</div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <a class="code hl_function" href="classxrpl_1_1PathRequests.html#aaa61f758628996b08c7fe5de5f109684">insertPathRequest</a>(req);</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>.<a class="code hl_function" href="classxrpl_1_1ServiceRegistry.html#a830b10b204ebb21f7a5f625ac396512d">getLedgerMaster</a>().<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a635dc05bcc93371957a2daca0be3a4c1">newPathRequest</a>();</div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> }</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> <span class="keywordflow">return</span> std::move(jvRes);</div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span>}</div>
</div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> </div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span><span class="comment">// Make an old-style ripple_path_find request</span></div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span><a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="foldopen" id="foldopen00232" data-start="{" data-end="}">
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"><a class="line" href="classxrpl_1_1PathRequests.html#a8a33d5257c367f0c76f183a7cf17a350"> 232</a></span><a class="code hl_function" href="classxrpl_1_1PathRequests.html#a8a33d5257c367f0c76f183a7cf17a350">PathRequests::makeLegacyPathRequest</a>(</div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">PathRequest::pointer</a>&amp; req,</div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a>&lt;<span class="keywordtype">void</span>(<span class="keywordtype">void</span>)&gt; completion,</div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> <a class="code hl_class" href="classxrpl_1_1Resource_1_1Consumer.html">Resource::Consumer</a>&amp; consumer,</div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;ReadView const&gt;</a> <span class="keyword">const</span>&amp; inLedger,</div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> <span class="keyword">const</span>&amp; request)</div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span>{</div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> <span class="comment">// This assignment must take place before the</span></div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> <span class="comment">// completion function is called</span></div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> req = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared&lt;PathRequest&gt;</a>(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>, completion, consumer, ++<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#adef78858e9cddcc48eac7ab9f729d42d">mLastIdentifier</a>, *<span class="keyword">this</span>, <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a1365cda58370d4f46c02caedf2205962">mJournal</a>);</div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> </div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> <span class="keyword">auto</span> [<a class="code hl_function" href="namespacexrpl_1_1credentials.html#ac22a251ba718f9ba07882d82901f5d84">valid</a>, jvRes] = req-&gt;doCreate(<a class="code hl_function" href="classxrpl_1_1PathRequests.html#a7fa50ef45005d07a9fe12631b3e228fc">getLineCache</a>(inLedger, <span class="keyword">false</span>), request);</div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> </div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> <span class="keywordflow">if</span> (!<a class="code hl_function" href="namespacexrpl_1_1credentials.html#ac22a251ba718f9ba07882d82901f5d84">valid</a>)</div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> {</div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> req.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr/reset.html">reset</a>();</div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> }</div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> <span class="keywordflow">else</span></div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> {</div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> <a class="code hl_function" href="classxrpl_1_1PathRequests.html#aaa61f758628996b08c7fe5de5f109684">insertPathRequest</a>(req);</div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> <span class="keywordflow">if</span> (!<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>.<a class="code hl_function" href="classxrpl_1_1ServiceRegistry.html#a830b10b204ebb21f7a5f625ac396512d">getLedgerMaster</a>().<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a635dc05bcc93371957a2daca0be3a4c1">newPathRequest</a>())</div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> {</div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> <span class="comment">// The newPathRequest failed. Tell the caller.</span></div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> jvRes = <a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa0ac8b64d5bade2a4d7731f99213cb8e7">rpcTOO_BUSY</a>);</div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> req.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr/reset.html">reset</a>();</div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> }</div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> }</div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> </div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> <span class="keywordflow">return</span> std::move(jvRes);</div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span>}</div>
</div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> </div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span><a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="foldopen" id="foldopen00264" data-start="{" data-end="}">
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"><a class="line" href="classxrpl_1_1PathRequests.html#ab26010899fcf90ad4a4dc8565a982ada"> 264</a></span><a class="code hl_function" href="classxrpl_1_1PathRequests.html#ab26010899fcf90ad4a4dc8565a982ada">PathRequests::doLegacyPathRequest</a>(</div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span> <a class="code hl_class" href="classxrpl_1_1Resource_1_1Consumer.html">Resource::Consumer</a>&amp; consumer,</div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;ReadView const&gt;</a> <span class="keyword">const</span>&amp; inLedger,</div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> <span class="keyword">const</span>&amp; request)</div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span>{</div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <span class="keyword">auto</span> cache = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared&lt;RippleLineCache&gt;</a>(inLedger, <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#a6e0a37ac42a5e33db7e391c5d80e6527">journal</a>(<span class="stringliteral">&quot;RippleLineCache&quot;</span>));</div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> </div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> <span class="keyword">auto</span> req = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared&lt;PathRequest&gt;</a>(<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">app_</a>, [] {}, consumer, ++<a class="code hl_variable" href="classxrpl_1_1PathRequests.html#adef78858e9cddcc48eac7ab9f729d42d">mLastIdentifier</a>, *<span class="keyword">this</span>, <a class="code hl_variable" href="classxrpl_1_1PathRequests.html#a1365cda58370d4f46c02caedf2205962">mJournal</a>);</div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> </div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> <span class="keyword">auto</span> [<a class="code hl_function" href="namespacexrpl_1_1credentials.html#ac22a251ba718f9ba07882d82901f5d84">valid</a>, jvRes] = req-&gt;doCreate(cache, request);</div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="namespacexrpl_1_1credentials.html#ac22a251ba718f9ba07882d82901f5d84">valid</a>)</div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> jvRes = req-&gt;doUpdate(cache, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> <span class="keywordflow">return</span> std::move(jvRes);</div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span>}</div>
</div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> </div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span>} <span class="comment">// namespace xrpl</span></div>
<div class="ttc" id="aalgorithm_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/algorithm.html">algorithm</a></div></div>
<div class="ttc" id="aclassJson_1_1Value_html"><div class="ttname"><a href="classJson_1_1Value.html">Json::Value</a></div><div class="ttdoc">Represents a JSON value.</div><div class="ttdef"><b>Definition</b> <a href="json__value_8h_source.html#l00129">json_value.h:130</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html_a556228cb60bcf405c225d3f64b7b01ae"><div class="ttname"><a href="classbeast_1_1Journal.html#a556228cb60bcf405c225d3f64b7b01ae">beast::Journal::debug</a></div><div class="ttdeci">Stream debug() const</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00300">Journal.h:300</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html_abbe082bd27ca0f1d1365af2824e4f85b"><div class="ttname"><a href="classbeast_1_1Journal.html#abbe082bd27ca0f1d1365af2824e4f85b">beast::Journal::trace</a></div><div class="ttdeci">Stream trace() const</div><div class="ttdoc">Severity stream access functions.</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00294">Journal.h:294</a></div></div>
<div class="ttc" id="aclassxrpl_1_1Application_html_a6e0a37ac42a5e33db7e391c5d80e6527"><div class="ttname"><a href="classxrpl_1_1Application.html#a6e0a37ac42a5e33db7e391c5d80e6527">xrpl::Application::journal</a></div><div class="ttdeci">virtual beast::Journal journal(std::string const &amp;name)=0</div></div>
<div class="ttc" id="aclassxrpl_1_1JobQueue_html_a9015a3602a94ad6d543d499262c8e904"><div class="ttname"><a href="classxrpl_1_1JobQueue.html#a9015a3602a94ad6d543d499262c8e904">xrpl::JobQueue::isStopping</a></div><div class="ttdeci">bool isStopping() const</div><div class="ttdef"><b>Definition</b> <a href="JobQueue_8h_source.html#l00208">JobQueue.h:208</a></div></div>
<div class="ttc" id="aclassxrpl_1_1JobQueue_html_ad50b20b429e7023029415419b2ae5b37"><div class="ttname"><a href="classxrpl_1_1JobQueue.html#ad50b20b429e7023029415419b2ae5b37">xrpl::JobQueue::makeLoadEvent</a></div><div class="ttdeci">std::unique_ptr&lt; LoadEvent &gt; makeLoadEvent(JobType t, std::string const &amp;name)</div><div class="ttdoc">Return a scoped LoadEvent.</div><div class="ttdef"><b>Definition</b> <a href="JobQueue_8cpp_source.html#l00143">JobQueue.cpp:143</a></div></div>
<div class="ttc" id="aclassxrpl_1_1LedgerMaster_html_a635dc05bcc93371957a2daca0be3a4c1"><div class="ttname"><a href="classxrpl_1_1LedgerMaster.html#a635dc05bcc93371957a2daca0be3a4c1">xrpl::LedgerMaster::newPathRequest</a></div><div class="ttdeci">bool newPathRequest()</div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8cpp_source.html#l01391">LedgerMaster.cpp:1391</a></div></div>
<div class="ttc" id="aclassxrpl_1_1LedgerMaster_html_ad0a7a552d5c94bafe78391ed74b1623c"><div class="ttname"><a href="classxrpl_1_1LedgerMaster.html#ad0a7a552d5c94bafe78391ed74b1623c">xrpl::LedgerMaster::isNewPathRequest</a></div><div class="ttdeci">bool isNewPathRequest()</div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8cpp_source.html#l01399">LedgerMaster.cpp:1399</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_a1365cda58370d4f46c02caedf2205962"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#a1365cda58370d4f46c02caedf2205962">xrpl::PathRequests::mJournal</a></div><div class="ttdeci">beast::Journal mJournal</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8h_source.html#l00081">PathRequests.h:81</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_a212a9ab18044dfc6e3b17e4c7109efe5"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#a212a9ab18044dfc6e3b17e4c7109efe5">xrpl::PathRequests::app_</a></div><div class="ttdeci">Application &amp; app_</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8h_source.html#l00080">PathRequests.h:80</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_a33684de7f304838f260975f39319a414"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#a33684de7f304838f260975f39319a414">xrpl::PathRequests::lineCache_</a></div><div class="ttdeci">std::weak_ptr&lt; RippleLineCache &gt; lineCache_</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8h_source.html#l00090">PathRequests.h:90</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_a5d6fe79e769a20fbbb321ea90d09615f"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#a5d6fe79e769a20fbbb321ea90d09615f">xrpl::PathRequests::requestsPending</a></div><div class="ttdeci">bool requestsPending() const</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8cpp_source.html#l00187">PathRequests.cpp:187</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_a7fa50ef45005d07a9fe12631b3e228fc"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#a7fa50ef45005d07a9fe12631b3e228fc">xrpl::PathRequests::getLineCache</a></div><div class="ttdeci">std::shared_ptr&lt; RippleLineCache &gt; getLineCache(std::shared_ptr&lt; ReadView const &gt; const &amp;ledger, bool authoritative)</div><div class="ttdoc">Get the current RippleLineCache, updating it if necessary.</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8cpp_source.html#l00019">PathRequests.cpp:19</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_a83f7221028aee27b1e1a83d46efc649c"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#a83f7221028aee27b1e1a83d46efc649c">xrpl::PathRequests::makePathRequest</a></div><div class="ttdeci">Json::Value makePathRequest(std::shared_ptr&lt; InfoSub &gt; const &amp;subscriber, std::shared_ptr&lt; ReadView const &gt; const &amp;ledger, Json::Value const &amp;request)</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8cpp_source.html#l00212">PathRequests.cpp:212</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_a8a33d5257c367f0c76f183a7cf17a350"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#a8a33d5257c367f0c76f183a7cf17a350">xrpl::PathRequests::makeLegacyPathRequest</a></div><div class="ttdeci">Json::Value makeLegacyPathRequest(PathRequest::pointer &amp;req, std::function&lt; void(void)&gt; completion, Resource::Consumer &amp;consumer, std::shared_ptr&lt; ReadView const &gt; const &amp;inLedger, Json::Value const &amp;request)</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8cpp_source.html#l00232">PathRequests.cpp:232</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_aaa61f758628996b08c7fe5de5f109684"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#aaa61f758628996b08c7fe5de5f109684">xrpl::PathRequests::insertPathRequest</a></div><div class="ttdeci">void insertPathRequest(PathRequest::pointer const &amp;)</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8cpp_source.html#l00194">PathRequests.cpp:194</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_ab26010899fcf90ad4a4dc8565a982ada"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#ab26010899fcf90ad4a4dc8565a982ada">xrpl::PathRequests::doLegacyPathRequest</a></div><div class="ttdeci">Json::Value doLegacyPathRequest(Resource::Consumer &amp;consumer, std::shared_ptr&lt; ReadView const &gt; const &amp;inLedger, Json::Value const &amp;request)</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8cpp_source.html#l00264">PathRequests.cpp:264</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_ab2994b82a950ca2dac406e15d71a23c6"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#ab2994b82a950ca2dac406e15d71a23c6">xrpl::PathRequests::updateAll</a></div><div class="ttdeci">void updateAll(std::shared_ptr&lt; ReadView const &gt; const &amp;ledger)</div><div class="ttdoc">Update all of the contained PathRequest instances.</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8cpp_source.html#l00044">PathRequests.cpp:44</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_acba1af6f56d40f075aee10a2348081be"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#acba1af6f56d40f075aee10a2348081be">xrpl::PathRequests::mLock</a></div><div class="ttdeci">std::recursive_mutex mLock</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8h_source.html#l00094">PathRequests.h:94</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_adef78858e9cddcc48eac7ab9f729d42d"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#adef78858e9cddcc48eac7ab9f729d42d">xrpl::PathRequests::mLastIdentifier</a></div><div class="ttdeci">std::atomic&lt; int &gt; mLastIdentifier</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8h_source.html#l00092">PathRequests.h:92</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_ae7f8bc2ff7a9e89872f97339c1f70105"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#ae7f8bc2ff7a9e89872f97339c1f70105">xrpl::PathRequests::requests_</a></div><div class="ttdeci">std::vector&lt; PathRequest::wptr &gt; requests_</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8h_source.html#l00087">PathRequests.h:87</a></div></div>
<div class="ttc" id="aclassxrpl_1_1Resource_1_1Consumer_html"><div class="ttname"><a href="classxrpl_1_1Resource_1_1Consumer.html">xrpl::Resource::Consumer</a></div><div class="ttdoc">An endpoint that consumes resources.</div><div class="ttdef"><b>Definition</b> <a href="Consumer_8h_source.html#l00015">Consumer.h:16</a></div></div>
<div class="ttc" id="aclassxrpl_1_1ServiceRegistry_html_a164cae2730459e9268836f96161f0b1f"><div class="ttname"><a href="classxrpl_1_1ServiceRegistry.html#a164cae2730459e9268836f96161f0b1f">xrpl::ServiceRegistry::getJobQueue</a></div><div class="ttdeci">virtual JobQueue &amp; getJobQueue()=0</div></div>
<div class="ttc" id="aclassxrpl_1_1ServiceRegistry_html_a830b10b204ebb21f7a5f625ac396512d"><div class="ttname"><a href="classxrpl_1_1ServiceRegistry.html#a830b10b204ebb21f7a5f625ac396512d">xrpl::ServiceRegistry::getLedgerMaster</a></div><div class="ttdeci">virtual LedgerMaster &amp; getLedgerMaster()=0</div></div>
<div class="ttc" id="afind_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/algorithm/find.html">std::find_if</a></div><div class="ttdeci">T find_if(T... args)</div></div>
<div class="ttc" id="afunction_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a></div></div>
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div></div>
<div class="ttc" id="ais_same_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/is_same.html">std::is_same_v</a></div><div class="ttdeci">T is_same_v</div></div>
<div class="ttc" id="alock_guard_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a></div></div>
<div class="ttc" id="anamespacexrpl_1_1credentials_html_ac22a251ba718f9ba07882d82901f5d84"><div class="ttname"><a href="namespacexrpl_1_1credentials.html#ac22a251ba718f9ba07882d82901f5d84">xrpl::credentials::valid</a></div><div class="ttdeci">TER valid(STTx const &amp;tx, ReadView const &amp;view, AccountID const &amp;src, beast::Journal j)</div><div class="ttdef"><b>Definition</b> <a href="CredentialHelpers_8cpp_source.html#l00124">CredentialHelpers.cpp:124</a></div></div>
<div class="ttc" id="anamespacexrpl_html"><div class="ttname"><a href="namespacexrpl.html">xrpl</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition</b> <a href="algorithm_8h_source.html#l00005">algorithm.h:5</a></div></div>
<div class="ttc" id="anamespacexrpl_html_a8cb315a10bb9d6ac744e47a352ba6c81a1adafbbf09b8956da018486fd4574116"><div class="ttname"><a href="namespacexrpl.html#a8cb315a10bb9d6ac744e47a352ba6c81a1adafbbf09b8956da018486fd4574116">xrpl::jtPATH_FIND</a></div><div class="ttdeci">@ jtPATH_FIND</div><div class="ttdef"><b>Definition</b> <a href="Job_8h_source.html#l00063">Job.h:63</a></div></div>
<div class="ttc" id="anamespacexrpl_html_ab2aea6659695e209e9affb77e421f43e"><div class="ttname"><a href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">xrpl::rpcError</a></div><div class="ttdeci">Json::Value rpcError(error_code_i iError)</div><div class="ttdef"><b>Definition</b> <a href="RPCErr_8cpp_source.html#l00012">RPCErr.cpp:12</a></div></div>
<div class="ttc" id="anamespacexrpl_html_af6fadbc1b2101eff5fa78e7e2a50b76fa0ac8b64d5bade2a4d7731f99213cb8e7"><div class="ttname"><a href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa0ac8b64d5bade2a4d7731f99213cb8e7">xrpl::rpcTOO_BUSY</a></div><div class="ttdeci">@ rpcTOO_BUSY</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00036">ErrorCodes.h:36</a></div></div>
<div class="ttc" id="aremove_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/algorithm/remove.html">std::remove_if</a></div><div class="ttdeci">T remove_if(T... args)</div></div>
<div class="ttc" id="areset_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr/reset.html">std::shared_ptr::reset</a></div><div class="ttdeci">T reset(T... args)</div></div>
<div class="ttc" id="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a></div></div>
<div class="ttc" id="asize_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/size.html">std::vector::size</a></div><div class="ttdeci">T size(T... args)</div></div>
<div class="ttc" id="avector_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>