fast_reload_auth_change Struct Reference

Fast reload auth zone change. More...

#include <remote.h>

Data Fields

struct fast_reload_auth_changenext
 next in the list of auth zone changes.
 
struct auth_zoneold_z
 the zone in the old config
 
struct auth_zonenew_z
 the zone in the new config
 
int is_deleted
 if the zone was deleted
 
int is_added
 if the zone was added
 
int is_changed
 if the zone has been changed
 

Detailed Description

Fast reload auth zone change.

Keeps track if an auth zone was removed, added or changed. This is needed because workers can have events for dealing with auth zones, like transfers, and those have to be removed too, not just the auth zone structure from the tree.


The documentation for this struct was generated from the following file: