Skip to content

Commit dc02edc

Browse files
committed
doc: update the URLs to thread functions in developer-notes
ThreadMapPort() does not appear on doxygen.bitcoincore.org because it is inside `#ifdef`.
1 parent c5cc3f1 commit dc02edc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/developer-notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -603,10 +603,10 @@ Threads
603603
: Started from `main()` in `bitcoind.cpp`. Responsible for starting up and
604604
shutting down the application.
605605

606-
- [ThreadImport (`b-loadblk`)](https://doxygen.bitcoincore.org/init_8cpp.html#ae9e290a0e829ec0198518de2eda579d1)
606+
- [ThreadImport (`b-loadblk`)](https://doxygen.bitcoincore.org/namespacenode.html#ab4305679079866f0f420f7dbf278381d)
607607
: Loads blocks from `blk*.dat` files or `-loadblock=<file>` on startup.
608608

609-
- [ThreadScriptCheck (`b-scriptch.x`)](https://doxygen.bitcoincore.org/validation_8cpp.html#a925a33e7952a157922b0bbb8dab29a20)
609+
- [CCheckQueue::Loop (`b-scriptch.x`)](https://doxygen.bitcoincore.org/class_c_check_queue.html#a6e7fa51d3a25e7cb65446d4b50e6a987)
610610
: Parallel script validation threads for transactions in blocks.
611611

612612
- [ThreadHTTP (`b-http`)](https://doxygen.bitcoincore.org/httpserver_8cpp.html#abb9f6ea8819672bd9a62d3695070709c)
@@ -622,7 +622,7 @@ Threads
622622
: Does asynchronous background tasks like dumping wallet contents, dumping
623623
addrman and running asynchronous validationinterface callbacks.
624624

625-
- [TorControlThread (`b-torcontrol`)](https://doxygen.bitcoincore.org/torcontrol_8cpp.html#a4faed3692d57a0d7bdbecf3b37f72de0)
625+
- [TorControlThread (`b-torcontrol`)](https://doxygen.bitcoincore.org/torcontrol_8cpp.html#a52a3efff23634500bb42c6474f306091)
626626
: Libevent thread for tor connections.
627627

628628
- Net threads:
@@ -634,7 +634,7 @@ Threads
634634
- [ThreadDNSAddressSeed (`b-dnsseed`)](https://doxygen.bitcoincore.org/class_c_connman.html#aa7c6970ed98a4a7bafbc071d24897d13)
635635
: Loads addresses of peers from the DNS.
636636

637-
- [ThreadMapPort (`b-upnp`)](https://doxygen.bitcoincore.org/net_8cpp.html#a63f82a71c4169290c2db1651a9bbe249)
637+
- ThreadMapPort (`b-mapport`)
638638
: Universal plug-and-play startup/shutdown.
639639

640640
- [ThreadSocketHandler (`b-net`)](https://doxygen.bitcoincore.org/class_c_connman.html#a765597cbfe99c083d8fa3d61bb464e34)

0 commit comments

Comments
 (0)