#include <glib.h>
#include "uploads.h"
#include "if/core/upload_stats.h"
Go to the source code of this file.
Functions | |
| void | upload_stats_load_history (const gchar *) |
| void | upload_stats_flush_if_dirty (void) |
| Called on a periodic basis to flush the statistics to disk if changed since last call. | |
| void | upload_stats_file_begin (const struct upload *u) |
| Called when an upload starts. | |
| void | upload_stats_file_aborted (const struct upload *u) |
| Called when an upload is aborted, to update the amount of bytes transferred. | |
| void | upload_stats_file_complete (const struct upload *u) |
| Called when an upload completes. | |
| void | upload_stats_close (void) |
| Called at shutdown time. | |
|
|
Called at shutdown time.
|
|
|
Called when an upload is aborted, to update the amount of bytes transferred.
|
|
|
Called when an upload starts.
|
|
|
Called when an upload completes.
|
|
|
Called on a periodic basis to flush the statistics to disk if changed since last call.
|
|
|
|
1.3.6