tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

prmonitor.rst (240B)


      1 PRMonitor
      2 =========
      3 
      4 An opaque structure managed entirely by the client. Clients create them
      5 when needed and must destroy them when no longer needed.
      6 
      7 
      8 Syntax
      9 ------
     10 
     11 .. code::
     12 
     13   #include <prmon.h>
     14 
     15   typedef struct PRMonitor PRMonitor;