icp_opcode.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3  *
4  * Squid software is distributed under GPLv2+ license and includes
5  * contributions from numerous individuals and organizations.
6  * Please see the COPYING and CONTRIBUTORS files for details.
7  */
8 
9 #ifndef SQUID_SRC_ICP_OPCODE_H
10 #define SQUID_SRC_ICP_OPCODE_H
11 
13 enum icp_opcode {
40  enumEnd_ = ICP_END // We misuse ICP_END in stats. Do not do this elsewhere.
41 };
42 
43 extern const char *icp_opcode_str[];
44 
45 #endif /* SQUID_SRC_ICP_OPCODE_H */
46 
@ ICP_ERR
Definition: icp_opcode.h:19
@ ICP_SEND
Definition: icp_opcode.h:20
@ ICP_INVALIDATE
Definition: icp_opcode.h:28
@ ICP_DECHO
Definition: icp_opcode.h:26
@ ICP_DELETE
Definition: icp_opcode.h:29
@ ICP_MISS_NOFETCH
Definition: icp_opcode.h:36
@ ICP_INVALID
Definition: icp_opcode.h:15
@ enumEnd_
Definition: icp_opcode.h:40
@ ICP_DATA
Definition: icp_opcode.h:23
@ ICP_SENDA
Definition: icp_opcode.h:21
@ ICP_UNUSED15
Definition: icp_opcode.h:30
@ ICP_UNUSED17
Definition: icp_opcode.h:32
@ ICP_UNUSED19
Definition: icp_opcode.h:34
@ ICP_HIT
Definition: icp_opcode.h:17
@ ICP_UNUSED20
Definition: icp_opcode.h:35
@ ICP_SECHO
Definition: icp_opcode.h:25
@ ICP_NOTIFY
Definition: icp_opcode.h:27
@ ICP_QUERY
Definition: icp_opcode.h:16
@ ICP_DATABEG
Definition: icp_opcode.h:22
@ ICP_MISS
Definition: icp_opcode.h:18
@ ICP_HIT_OBJ
Definition: icp_opcode.h:38
@ ICP_END
Definition: icp_opcode.h:39
@ enumBegin_
Definition: icp_opcode.h:14
@ ICP_DENIED
Definition: icp_opcode.h:37
@ ICP_UNUSED16
Definition: icp_opcode.h:31
@ ICP_UNUSED18
Definition: icp_opcode.h:33
@ ICP_DATAEND
Definition: icp_opcode.h:24
icp_opcode
Definition: icp_opcode.h:13
const char * icp_opcode_str[]

 

Introduction

Documentation

Support

Miscellaneous