Public Attributes | |
char * | server |
char * | hostname |
int | port |
char * | action |
char * | user_name |
char * | passwd |
char * | pub_auth |
char * | workers |
char * | processes |
Detailed Description
Definition at line 91 of file cachemgr.cc.
Member Data Documentation
◆ action
char* cachemgr_request::action |
Definition at line 95 of file cachemgr.cc.
Referenced by process_request(), read_reply(), and read_request().
◆ hostname
char* cachemgr_request::hostname |
Definition at line 93 of file cachemgr.cc.
Referenced by decode_pub_auth(), make_pub_auth(), menu_url(), process_request(), read_reply(), and read_request().
◆ passwd
char* cachemgr_request::passwd |
Definition at line 97 of file cachemgr.cc.
Referenced by decode_pub_auth(), make_auth_header(), make_pub_auth(), munge_menu_line(), read_request(), and reset_auth().
◆ port
int cachemgr_request::port |
Definition at line 94 of file cachemgr.cc.
Referenced by menu_url(), process_request(), and read_request().
◆ processes
char* cachemgr_request::processes |
Definition at line 100 of file cachemgr.cc.
Referenced by process_request(), and read_request().
◆ pub_auth
char* cachemgr_request::pub_auth |
Definition at line 98 of file cachemgr.cc.
Referenced by decode_pub_auth(), make_pub_auth(), menu_url(), read_request(), and reset_auth().
◆ server
char* cachemgr_request::server |
Definition at line 92 of file cachemgr.cc.
Referenced by read_request().
◆ user_name
char* cachemgr_request::user_name |
Definition at line 96 of file cachemgr.cc.
Referenced by decode_pub_auth(), make_auth_header(), make_pub_auth(), menu_url(), process_request(), and read_request().
◆ workers
char* cachemgr_request::workers |
Definition at line 99 of file cachemgr.cc.
Referenced by process_request(), and read_request().
The documentation for this struct was generated from the following file:
- tools/cachemgr.cc