mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
ec939a5bce
commit
f4be15a7af
1895 changed files with 160408 additions and 53601 deletions
|
|
@ -2,6 +2,8 @@
|
|||
/**
|
||||
* @file Netlink_Addr.h
|
||||
*
|
||||
* $Id: Netlink_Addr.h 95425 2012-01-09 11:09:43Z johnnyw $
|
||||
*
|
||||
* @author Robert Iakobashvilli <coroberti@gmail.com>
|
||||
* @author Raz Ben Yehuda <raziebe@gmail.com>
|
||||
*/
|
||||
|
|
@ -81,7 +83,7 @@ public:
|
|||
/**
|
||||
* Set a pointer to the address
|
||||
*/
|
||||
virtual void set_addr (const void *, int len= sizeof(sockaddr_nl) );
|
||||
virtual void set_addr (void *, int len= sizeof(sockaddr_nl) );
|
||||
|
||||
/// Declare the dynamic allocation hooks.
|
||||
ACE_ALLOC_HOOK_DECLARE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue