Data Fields | |
gchar * | name |
Name of the cache. | |
hcache_type_t | type |
Cache type. | |
gboolean | addr_only |
Use IP only, port always 0. | |
gboolean | dirty |
If updated since last disk flush. | |
hash_list_t * | hostlist |
Host list: IP/Port. | |
guint | hits |
Hits to the cache. | |
guint | misses |
Misses to the cache. | |
guint | host_count |
Amount of hosts in cache. | |
gnet_property_t | reading |
Property to signal reading. | |
gnet_property_t | hosts_in_catcher |
Property to update host count. | |
gint | mass_update |
If a mass update is in progess. |
|
Use IP only, port always 0.
|
|
If updated since last disk flush.
|
|
Hits to the cache.
|
|
Amount of hosts in cache.
|
|
Host list: IP/Port.
|
|
Property to update host count.
|
|
If a mass update is in progess.
|
|
Misses to the cache.
|
|
Name of the cache.
|
|
Property to signal reading.
|
|
Cache type.
|