We use 'patterns' of the form (x,y,t) to specify desired download/publish activities of a peer. More...
Data Fields | |
| struct Pattern * | next |
| Kept in a DLL. | |
| struct Pattern * | prev |
| Kept in a DLL. | |
| void * | ctx |
| Execution context for the pattern (FS-handle to the operation). | |
| void * | sctx |
| Secondary execution context for the pattern (FS-handle to the operation). | |
| struct GNUNET_TIME_Absolute | start_time |
| When did the operation start? | |
| struct GNUNET_TIME_Relative | delay |
| With how much delay should this operation be started? | |
| struct GNUNET_SCHEDULER_Task * | task |
| Task to run the operation. | |
| struct GNUNET_SCHEDULER_Task * | stask |
| Secondary task to run the operation. | |
| unsigned long long | x |
| X-value. | |
| unsigned long long | y |
| Y-value. | |
We use 'patterns' of the form (x,y,t) to specify desired download/publish activities of a peer.
They are stored in a DLL.
Definition at line 38 of file gnunet-daemon-fsprofiler.c.
| struct Pattern* Pattern::next |
Kept in a DLL.
Definition at line 43 of file gnunet-daemon-fsprofiler.c.
| struct Pattern* Pattern::prev |
Kept in a DLL.
Definition at line 48 of file gnunet-daemon-fsprofiler.c.
| void* Pattern::ctx |
Execution context for the pattern (FS-handle to the operation).
Definition at line 53 of file gnunet-daemon-fsprofiler.c.
| void* Pattern::sctx |
Secondary execution context for the pattern (FS-handle to the operation).
Definition at line 58 of file gnunet-daemon-fsprofiler.c.
| struct GNUNET_TIME_Absolute Pattern::start_time |
When did the operation start?
Definition at line 63 of file gnunet-daemon-fsprofiler.c.
| struct GNUNET_TIME_Relative Pattern::delay |
With how much delay should this operation be started?
Definition at line 68 of file gnunet-daemon-fsprofiler.c.
| struct GNUNET_SCHEDULER_Task* Pattern::task |
Task to run the operation.
Definition at line 73 of file gnunet-daemon-fsprofiler.c.
| struct GNUNET_SCHEDULER_Task* Pattern::stask |
Secondary task to run the operation.
Definition at line 78 of file gnunet-daemon-fsprofiler.c.
| unsigned long long Pattern::x |
| unsigned long long Pattern::y |