11#ifndef SQUID_SRC_MGR_INTPARAM_H
12#define SQUID_SRC_MGR_INTPARAM_H
26 IntParam(
const std::vector<int>& anArray);
29 const std::vector<int>&
value()
const;
struct msghdr with a known type, fixed-size I/O and control buffers
void unpackValue(const Ipc::TypedMsgHdr &msg) override
load parameter value from msg
void pack(Ipc::TypedMsgHdr &msg) const override
store parameter into msg
const std::vector< int > & value() const