- implemented sa_config

- uses identification
- and host
- untested
- ts need further tuning
This commit is contained in:
Martin Willi
2005-12-01 07:35:03 +00:00
parent 2ef11339c7
commit d45ec1dedf
12 changed files with 1040 additions and 68 deletions
+9
View File
@@ -105,6 +105,15 @@ struct host_t {
* @return port number
*/
u_int16_t (*get_port) (host_t *this);
/**
* @brief Compare two hosts.
*
* @param this object to compare
* @param other the other to compare
* @return TRUE if port and address are equal
*/
bool (*equals) (host_t *this, host_t *other);
/**
* @brief Destroy this host object