#include <cr_fifo.h>

Data Fields | |
| unsigned int | cmd |
| str | domain |
| int | hash_index |
| str | host |
| str | new_host |
| unsigned int | opts |
| str | prefix |
| double | prob |
| str | rewrite_prefix |
| str | rewrite_suffix |
| int | status |
| int | strip |
Definition at line 61 of file cr_fifo.h.
| unsigned int cmd |
Command type passed to FIFO
Definition at line 62 of file cr_fifo.h.
Referenced by activate_host(), add_host(), deactivate_host(), delete_host(), replace_host(), update_route_data(), and update_route_data_recursor().
the routing domain
Definition at line 64 of file cr_fifo.h.
Referenced by get_fifo_opts(), update_route_data(), and update_route_data_recursor().
| int hash_index |
the hash index
Definition at line 72 of file cr_fifo.h.
Referenced by get_fifo_opts(), and update_route_data().
the hostname or address
Definition at line 67 of file cr_fifo.h.
Referenced by get_fifo_opts(), update_route_data(), and update_route_data_recursor().
the new host when a host is going to be replaced
Definition at line 69 of file cr_fifo.h.
Referenced by get_fifo_opts(), and update_route_data_recursor().
the scan prefix
Definition at line 65 of file cr_fifo.h.
Referenced by get_fifo_opts(), update_route_data(), and update_route_data_recursor().
| double prob |
the weight of the route rule
Definition at line 66 of file cr_fifo.h.
Referenced by get_fifo_opts(), update_route_data(), and update_route_data_recursor().
the rewrite prefix
Definition at line 70 of file cr_fifo.h.
Referenced by get_fifo_opts(), and update_route_data().
the rewrite suffix
Definition at line 71 of file cr_fifo.h.
Referenced by get_fifo_opts(), and update_route_data().
| int status |
the status
Definition at line 73 of file cr_fifo.h.
Referenced by activate_host(), add_host(), deactivate_host(), replace_host(), update_route_data(), and update_route_data_recursor().
| int strip |
the number of digits to be stripped off
Definition at line 68 of file cr_fifo.h.
Referenced by get_fifo_opts(), and update_route_data().
1.5.6