rofi
1.5.1
|
Data Fields | |
char ** | hosts_list |
unsigned int | hosts_list_length |
The internal data structure holding the private data of the SSH Mode.
char** SSHModePrivateData::hosts_list |
List if available ssh hosts.
Definition at line 403 of file ssh.c.
Referenced by _get_display_value(), ssh_mode_destroy(), ssh_mode_result(), and ssh_token_match().
unsigned int SSHModePrivateData::hosts_list_length |
Length of the hosts_list.
Definition at line 405 of file ssh.c.
Referenced by ssh_mode_get_num_entries().