Go to the documentation of this file.
11 #ifndef SQUID_SNMPX_PDU_H
12 #define SQUID_SNMPX_PDU_H
int varCount() const
size of variables list
void unpack(const Ipc::TypedMsgHdr &msg)
restore struct from the message
void setSystemOid(const Range< const oid * > &systemOid)
void clear()
clear all internal members
void clearVars()
clear variables list
unsigned int aggrCount
The number of other Pdus merged into.
void setVars(variable_list *vars)
perform assignment of variables list
void init()
initialize members
Range< const oid * > getSystemOid() const
void aggregate(const Pdu &pdu)
Pdu & operator=(const Pdu &pdu)
void pack(Ipc::TypedMsgHdr &msg) const
prepare for sendmsg()
struct msghdr with a known type, fixed-size I/O and control buffers
void assign(const Pdu &pdu)
perform full assignment