tor-browser

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

prjobiodesc.rst (205B)


      1 PRJobIoDesc
      2 ===========
      3 
      4 
      5 Syntax
      6 ------
      7 
      8 .. code::
      9 
     10   #include <prtpool.h>
     11 
     12   typedef struct PRJobIoDesc {
     13     PRFileDesc *socket;
     14     PRErrorCode error;
     15     PRIntervalTime timeout;
     16   } PRJobIoDesc;