We track all of the top-level activities of FS so that we can signal 'suspend' on shutdown. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/fs/fs_api.h>
Data Fields | |
| struct TopLevelActivity * | next |
| This is a doubly-linked list. | |
| struct TopLevelActivity * | prev |
| This is a doubly-linked list. | |
| SuspendSignalFunction | ssf |
| Function to call for suspend-signalling and clean up. | |
| void * | ssf_cls |
| Closure for 'ssf' (some struct GNUNET_FS_XXXHandle*) | |
We track all of the top-level activities of FS so that we can signal 'suspend' on shutdown.
| struct TopLevelActivity* TopLevelActivity::next |
| struct TopLevelActivity* TopLevelActivity::prev |
| SuspendSignalFunction TopLevelActivity::ssf |
Function to call for suspend-signalling and clean up.
Definition at line 1032 of file fs_api.h.
Referenced by GNUNET_FS_make_top().
| void* TopLevelActivity::ssf_cls |
Closure for 'ssf' (some struct GNUNET_FS_XXXHandle*)
Definition at line 1037 of file fs_api.h.
Referenced by GNUNET_FS_make_top().