|
Fawkes API
Fawkes Development Version
|
Data structure to hold information about a newly added services. More...
Public Attributes | |
| std::string | name |
| the name of the new service | |
| std::string | type |
| the type of the new service | |
| std::string | domain |
| the domain of the new service | |
| std::string | hostname |
| the hostname of the new service | |
| std::string | ipaddr |
| the IP address of the new service | |
| unsigned short | port |
| the port the new service is running on | |
Data structure to hold information about a newly added services.
Definition at line 86 of file service_model.h.
| std::string fawkes::ServiceModel::ServiceAddedRecord::domain |
the domain of the new service
Definition at line 90 of file service_model.h.
Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().
| std::string fawkes::ServiceModel::ServiceAddedRecord::hostname |
the hostname of the new service
Definition at line 91 of file service_model.h.
Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().
| std::string fawkes::ServiceModel::ServiceAddedRecord::ipaddr |
the IP address of the new service
Definition at line 92 of file service_model.h.
Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().
| std::string fawkes::ServiceModel::ServiceAddedRecord::name |
the name of the new service
Definition at line 88 of file service_model.h.
Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().
| unsigned short fawkes::ServiceModel::ServiceAddedRecord::port |
the port the new service is running on
Definition at line 93 of file service_model.h.
Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().
| std::string fawkes::ServiceModel::ServiceAddedRecord::type |
the type of the new service
Definition at line 89 of file service_model.h.
Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().