mirror of
https://github.com/mfontanini/libtins
synced 2026-01-25 11:41:35 +01:00
Removed the PDU* parameter in several PDU's constructors.
This commit is contained in:
@@ -47,16 +47,6 @@ public:
|
||||
* The family identifier is left as zero.
|
||||
*/
|
||||
Loopback();
|
||||
|
||||
/**
|
||||
* \brief Construct a Loopback object.
|
||||
*
|
||||
* The NetworkInterface object will only be used in *BSD, where
|
||||
* Null/Loopback PDUs can actually be sent.
|
||||
*
|
||||
* \param inner_pdu The inner pdu to be set.
|
||||
*/
|
||||
Loopback(PDU *inner_pdu = 0);
|
||||
|
||||
/**
|
||||
* \brief Construct a Loopback object from a buffer and adds
|
||||
|
||||
Reference in New Issue
Block a user