|
Defines |
#define | NODES_VISIBLE_COLUMNS ((guint) c_gnet_info + 1) |
#define | UPLOADS_GUI_VISIBLE_COLUMNS ((guint) c_ul_status + 1) |
#define | UPLOAD_STATS_GUI_VISIBLE_COLUMNS ((guint) c_us_norm + 1) |
#define | DOWNLOADS_VISIBLE_COLUMNS ((guint) c_dl_status + 1) |
#define | FILEINFO_VISIBLE_COLUMNS ((guint) c_fi_status + 1) |
#define | SEARCH_RESULTS_VISIBLE_COLUMNS ((guint) c_sr_info + 1) |
#define | HCACHE_STATS_VISIBLE_COLUMNS ((guint) c_hcs_misses + 1) |
#define | SEARCH_LIST_VISIBLE_COLUMNS ((guint) c_sl_new + 1) |
Enumerations |
enum | {
c_gnet_host = 0,
c_gnet_loc,
c_gnet_flags,
c_gnet_user_agent,
c_gnet_version,
c_gnet_connected,
c_gnet_uptime,
c_gnet_info,
c_gnet_num
} |
| Gnet table columns. More...
|
enum | {
c_ul_filename = 0,
c_ul_host,
c_ul_loc,
c_ul_size,
c_ul_range,
c_ul_agent,
c_ul_progress,
c_ul_status,
c_ul_num
} |
| Uploads table columns. More...
|
enum | {
c_us_filename = 0,
c_us_size,
c_us_attempts,
c_us_complete,
c_us_norm,
c_us_stat,
c_us_num
} |
| Upload stats columns. More...
|
enum | {
c_dl_filename = 0,
c_dl_host,
c_dl_loc,
c_dl_size,
c_dl_range,
c_dl_server,
c_dl_progress,
c_dl_status,
c_dl_num
} |
enum | {
c_fi_filename = 0,
c_fi_size,
c_fi_done,
c_fi_sources,
c_fi_status,
c_fi_num
} |
| Fileinfo table columns. More...
|
enum | {
c_sr_filename = 0,
c_sr_ext,
c_sr_charset,
c_sr_size,
c_sr_count,
c_sr_loc,
c_sr_meta,
c_sr_info,
c_sr_num
} |
| Searches table columns. More...
|
enum | c_gs_t {
c_gs_type = 0,
c_gs_received,
c_gs_expired,
c_gs_dropped,
c_gs_queued,
c_gs_relayed,
c_gs_gen_queued,
c_gs_generated,
num_c_gs
} |
| Gnet stats table columns. More...
|
enum | c_horizon_t {
c_horizon_hops = 0,
c_horizon_nodes,
c_horizon_files,
c_horizon_size,
num_c_horizon
} |
enum | { c_hcs_name = 0,
c_hcs_host_count,
c_hcs_hits,
HCACHE_STATS_VISIBLE_COLUMNS
} |
| Hostcache stats table columns. More...
|
enum | { c_sl_name = 0,
c_sl_hit,
c_sl_new,
c_sl_num
} |
| Searches overview table columns. More...
|
enum | { c_st_term = 0,
c_st_period,
c_st_total
} |
| Search stats table columns. More...
|