Loading...
Searching...
No Matches
Go to the documentation of this file.
38#ifndef SQUID_SRC_HELPER_PROTOCOL_DEFINES_H
39#define SQUID_SRC_HELPER_PROTOCOL_DEFINES_H
48#define HELPER_INPUT_BUFFER 8196
51#define SEND_OK(x) std::cout << "OK " << x << std::endl
54#define SEND_ERR(x) std::cout << "ERR " << x << std::endl
57#define SEND_BH(x) std::cout << "BH " << x << std::endl
60#define HLP_MSG(text) "message=\"" text "\""
63#define SEND_TT(x) std::cout << "TT " << x << std::endl