summaryrefslogtreecommitdiffstats
path: root/docs/nspr/reference/prjobiodesc.rst
blob: 60d10a6dc2aff7b143532d4c935edaab4be196c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PRJobIoDesc
===========


Syntax
------

.. code::

   #include <prtpool.h>

   typedef struct PRJobIoDesc {
     PRFileDesc *socket;
     PRErrorCode error;
     PRIntervalTime timeout;
   } PRJobIoDesc;