Public Rec defines and types. More...
#include "Compatability.h"
#include "ink_mutex.h"
#include "ink_rwlock.h"
#include "I_RecMutex.h"
Go to the source code of this file.
Public Rec defines and types.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file I_RecDefs.h.
#define REC_PERSISTENCE_TYPE | ( | P | ) | rec::detail::is_valid_persistence<P>::value |
Definition at line 115 of file I_RecDefs.h.
#define REC_VAR_NAME_DELIMITOR '.' |
Definition at line 201 of file I_RecDefs.h.
Referenced by RecTree::rec_tree_get(), and RecTree::rec_tree_insert().
#define REC_VAR_NAME_WILDCARD '*' |
Definition at line 202 of file I_RecDefs.h.
Referenced by RecTree::rec_tree_get().
#define RecStringNull NULL |
Definition at line 48 of file I_RecDefs.h.
#define STAT_PROCESSOR |
Definition at line 32 of file I_RecDefs.h.
typedef bool RecBool |
Definition at line 56 of file I_RecDefs.h.
typedef int8_t RecByte |
Definition at line 55 of file I_RecDefs.h.
typedef int(* RecConfigUpdateCb)(const char *name, RecDataT data_type, RecData data, void *cookie) |
Definition at line 193 of file I_RecDefs.h.
typedef int64_t RecCounter |
Definition at line 54 of file I_RecDefs.h.
typedef float RecFloat |
Definition at line 51 of file I_RecDefs.h.
typedef int64_t RecInt |
Definition at line 50 of file I_RecDefs.h.
typedef int(* RecRawStatSyncCb)(const char *name, RecDataT data_type, RecData *data, RecRawStatBlock *rsb, int id) |
Definition at line 195 of file I_RecDefs.h.
typedef int(* RecStatUpdateFunc)(const char *name, RecDataT data_type, RecData *data, RecRawStatBlock *rsb, int id, void *cookie) |
Definition at line 194 of file I_RecDefs.h.
typedef char* RecString |
Definition at line 52 of file I_RecDefs.h.
typedef const char* RecStringConst |
Definition at line 53 of file I_RecDefs.h.
enum RecAccessT |
Definition at line 142 of file I_RecDefs.h.
enum RecCheckT |
Definition at line 126 of file I_RecDefs.h.
enum RecDataT |
Definition at line 70 of file I_RecDefs.h.
enum RecErrT |
Definition at line 38 of file I_RecDefs.h.
enum RecModeT |
Definition at line 134 of file I_RecDefs.h.
enum RecPersistT |
Definition at line 85 of file I_RecDefs.h.
enum RecT |
RECT_NULL | |
RECT_CONFIG | |
RECT_PROCESS | |
RECT_NODE | |
RECT_CLUSTER | |
RECT_LOCAL | |
RECT_PLUGIN | |
RECT_ALL |
Definition at line 58 of file I_RecDefs.h.
enum RecUpdateT |
Definition at line 117 of file I_RecDefs.h.