]> git.proxmox.com Git - mirror_frr.git/blobdiff - doc/developer/path-internals-pcep.rst
Merge pull request #12837 from donaldsharp/unlikely_routemap
[mirror_frr.git] / doc / developer / path-internals-pcep.rst
index ca318314f1f310b43203fb2b4906de3d9a75598d..a6b22204c2dfc0668b83f89b56a9844c71bf80a4 100644 (file)
@@ -182,7 +182,7 @@ The controller is defined and implemented in `path_pcep_controller.[hc]`.
 Part of the controller code runs in FRR main thread and part runs in its own
 FRR pthread started to isolate the main thread from the PCCs' event loop.
 To communicate between the threads it uses FRR events, timers and
-`thread_execute` calls.
+`event_execute` calls.
 
 
 PCC