#include "libts.h"
#include "I_IOBuffer.h"
#include "I_Action.h"
#include "I_Continuation.h"
#include "I_EThread.h"
#include "I_Event.h"
#include "I_EventProcessor.h"
#include "I_Lock.h"
#include "I_PriorityEventQueue.h"
#include "I_Processor.h"
#include "I_ProtectedQueue.h"
#include "I_Thread.h"
#include "I_VIO.h"
#include "I_VConnection.h"
#include "I_RecProcess.h"
#include "I_SocketManager.h"
Go to the source code of this file.
Defines | |
#define | EVENT_SYSTEM_MODULE_MAJOR_VERSION 1 |
#define | EVENT_SYSTEM_MODULE_MINOR_VERSION 0 |
#define | EVENT_SYSTEM_MODULE_VERSION |
Functions | |
void | ink_event_system_init (ModuleVersion version) |
Event subsystem.
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_EventSystem.h.
#define EVENT_SYSTEM_MODULE_MAJOR_VERSION 1 |
Definition at line 47 of file I_EventSystem.h.
#define EVENT_SYSTEM_MODULE_MINOR_VERSION 0 |
Definition at line 48 of file I_EventSystem.h.
#define EVENT_SYSTEM_MODULE_VERSION |
makeModuleVersion( \ EVENT_SYSTEM_MODULE_MAJOR_VERSION, \ EVENT_SYSTEM_MODULE_MINOR_VERSION, \ PUBLIC_MODULE_HEADER)
Definition at line 49 of file I_EventSystem.h.
Referenced by ink_event_system_init().
void ink_event_system_init | ( | ModuleVersion | version | ) |
Definition at line 34 of file EventSystem.cc.
References buffer_size_to_index(), checkModuleVersion(), DEFAULT_BUFFER_SIZES, default_large_iobuffer_size, default_small_iobuffer_size, EVENT_SYSTEM_MODULE_VERSION, init_buffer_allocators(), ink_release_assert, max_iobuffer_size, REC_EstablishStaticConfigInt32, REC_ReadConfigInteger, and thread_freelist_size.
Referenced by main().