|
Fawkes API
Fawkes Development Version
|
Data structure to hold information about a recently removed services. More...
Public Attributes | |
| std::string | name |
| the name of the service | |
| std::string | type |
| the type of the service | |
| std::string | domain |
| the domain of the service | |
Data structure to hold information about a recently removed services.
the domain of the service
Definition at line 100 of file service_model.h.
Referenced by fawkes::ServiceModel::service_removed(), and fawkes::ServiceModel::on_service_removed().
the name of the service
Definition at line 98 of file service_model.h.
Referenced by fawkes::ServiceModel::service_removed(), and fawkes::ServiceModel::on_service_removed().
the type of the service
Definition at line 99 of file service_model.h.
Referenced by fawkes::ServiceModel::service_removed(), and fawkes::ServiceModel::on_service_removed().