DLL of operations. More...
Data Fields | |
| struct GNUNET_TESTBED_Operation * | op |
| The testbed operation handle. | |
| void * | cls |
| Closure. | |
| struct DLLOperation * | next |
| The next pointer for DLL. | |
| struct DLLOperation * | prev |
| The prev pointer for DLL. | |
DLL of operations.
Definition at line 41 of file gnunet-regex-profiler.c.
| struct GNUNET_TESTBED_Operation* DLLOperation::op |
The testbed operation handle.
Definition at line 46 of file gnunet-regex-profiler.c.
| void* DLLOperation::cls |
Closure.
Definition at line 51 of file gnunet-regex-profiler.c.
| struct DLLOperation* DLLOperation::next |
The next pointer for DLL.
Definition at line 56 of file gnunet-regex-profiler.c.
| struct DLLOperation* DLLOperation::prev |
The prev pointer for DLL.
Definition at line 61 of file gnunet-regex-profiler.c.