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. More... | |
struct Pattern * | prev |
Kept in a DLL. More... | |
void * | ctx |
Execution context for the pattern (FS-handle to the operation). More... | |
void * | sctx |
Secondary execution context for the pattern (FS-handle to the operation). More... | |
struct GNUNET_TIME_Absolute | start_time |
When did the operation start? More... | |
struct GNUNET_TIME_Relative | delay |
With how much delay should this operation be started? More... | |
struct GNUNET_SCHEDULER_Task * | task |
Task to run the operation. More... | |
struct GNUNET_SCHEDULER_Task * | stask |
Secondary task to run the operation. More... | |
unsigned long long | x |
X-value. More... | |
unsigned long long | y |
Y-value. More... | |
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 |