| 
    The Pedigree Project
    0.1
    
   | 
 
#include <RequestQueue.h>
 Collaboration diagram for RequestQueue::Request:Public Attributes | |
| uint64_t | p1 | 
| uint64_t | p2 | 
| uint64_t | p3 | 
| uint64_t | p4 | 
| uint64_t | p5 | 
| uint64_t | p6 | 
| uint64_t | p7 | 
| uint64_t | p8 | 
| uint64_t | ret | 
| Mutex | mutex | 
| Thread * | pThread | 
| bool | bReject | 
| bool | bCompleted | 
| Request * | next | 
| size_t | refcnt | 
| RequestQueue * | owner | 
| size_t | priority | 
Private Member Functions | |
| Request (const Request &) | |
| void | operator= (const Request &) | 
Request structure
Definition at line 129 of file RequestQueue.h.
 1.8.11