A brief file description. More...
#include "PluginVC.h"
#include "P_EventSystem.h"
#include "P_Net.h"
#include "Regression.h"
Go to the source code of this file.
Data Structures | |
class | PVCTestDriver |
Defines | |
#define | PVC_LOCK_RETRY_TIME HRTIME_MSECONDS(10) |
#define | PVC_DEFAULT_MAX_BYTES 32768 |
#define | MIN_BLOCK_TRANSFER_BYTES 128 |
#define | EVENT_PTR_LOCKED (void*) 0x1 |
#define | EVENT_PTR_CLOSED (void*) 0x2 |
#define | PVC_TYPE ((vc_type == PLUGIN_VC_ACTIVE) ? "Active" : "Passive") |
Functions | |
EXCLUSIVE_REGRESSION_TEST() | PVC (RegressionTest *t, int, int *pstatus) |
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 PluginVC.cc.
#define EVENT_PTR_CLOSED (void*) 0x2 |
Definition at line 84 of file PluginVC.cc.
#define EVENT_PTR_LOCKED (void*) 0x1 |
Definition at line 83 of file PluginVC.cc.
#define MIN_BLOCK_TRANSFER_BYTES 128 |
Definition at line 81 of file PluginVC.cc.
#define PVC_DEFAULT_MAX_BYTES 32768 |
Definition at line 80 of file PluginVC.cc.
#define PVC_LOCK_RETRY_TIME HRTIME_MSECONDS(10) |
Definition at line 79 of file PluginVC.cc.
Referenced by PluginVC::do_io_close(), PluginVC::main_handler(), PluginVC::reenable_re(), PluginVCCore::state_send_accept(), and PluginVCCore::state_send_accept_failed().
#define PVC_TYPE ((vc_type == PLUGIN_VC_ACTIVE) ? "Active" : "Passive") |
Definition at line 86 of file PluginVC.cc.
Referenced by PluginVC::do_io_close(), PluginVC::do_io_read(), PluginVC::do_io_write(), PluginVC::main_handler(), PluginVC::reenable(), and PluginVC::reenable_re().
EXCLUSIVE_REGRESSION_TEST() PVC | ( | RegressionTest * | t, | |
int | , | |||
int * | pstatus | |||
) |
Definition at line 1305 of file PluginVC.cc.
References PVCTestDriver::start_tests().