A brief file description. More...
#include "P_EventSystem.h"
#include "URL.h"
#include "HTTP.h"
Go to the source code of this file.
A brief file description.
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 Update.h.
#define IS_UPDATE_EVENT | ( | _e | ) |
( ( ((_e) >= UPDATE_EVENT_EVENTS_START) && \ ((_e) <= MAX_UPDATE_EVENT) ) ? 1 : 0 )
#define UPDATE_EVENT_FAILED (UPDATE_EVENT_EVENTS_START+2) |
Definition at line 44 of file Update.h.
Referenced by UpdateSM::HandleSMEvent(), UpdateSM::http_scheme_postproc(), RecursiveHttpGet::RecursiveHttpGetEvent(), and UpdateScheduler::ScheduleEvent().
#define UPDATE_EVENT_SUCCESS (UPDATE_EVENT_EVENTS_START+0) |
Definition at line 42 of file Update.h.
Referenced by RecursiveHttpGet::ExitEventHandler(), UpdateSM::http_scheme_postproc(), RecursiveHttpGet::RecursiveHttpGetEvent(), and UpdateScheduler::ScheduleEvent().
#define UPDATE_EVENT_SUCCESS_NOACTION (UPDATE_EVENT_EVENTS_START+1) |
Definition at line 43 of file Update.h.
Referenced by UpdateScheduler::ScheduleEvent().
typedef int(ObjectReloadCont::* ObjectReloadContHandler)(int, void *) |
typedef int(RecursiveHttpGet::* RecursiveHttpGetContHandler)(int, Event *) |
typedef int(UpdateConfigManager::* UpdateConfigManagerContHandler)(int, void *) |
typedef int(UpdateScheduler::* UpdateSchedulerContHandler)(int, void *) |
typedef int(UpdateSM::* UpdateSMContHandler)(int, void *) |
anonymous enum |
Referenced by RecursiveHttpGet::Init(), and ObjectReloadCont::ObjectReloadEvent().
struct dispatch_entry scheme_dispatch_table[UpdateSM::N_SCHEMES] |
Definition at line 1514 of file Update.cc.
Referenced by UpdateSM::HandleSMEvent().
struct dispatch_entry scheme_post_dispatch_table[UpdateSM::N_SCHEMES] |
Definition at line 1518 of file Update.cc.
Referenced by UpdateSM::HandleSMEvent().