- code cleanup in network and config
- moved packet_t members to private, added getter and setters
This commit is contained in:
@@ -63,7 +63,7 @@ struct private_host_t {
|
||||
/**
|
||||
* implements host_t.get_sockaddr
|
||||
*/
|
||||
static sockaddr_t *get_sockaddr(private_host_t *this)
|
||||
static sockaddr_t *get_sockaddr(private_host_t *this)
|
||||
{
|
||||
return &(this->address);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user