Defines | Functions

I_EventSystem.h File Reference

Event subsystem. More...

#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"
Include dependency graph for I_EventSystem.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Event subsystem.

License

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 Documentation

#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

Function Documentation

void ink_event_system_init ( ModuleVersion  version  )