Data Structures | Defines | Functions

PluginVC.cc File Reference

A brief file description. More...

#include "PluginVC.h"
#include "P_EventSystem.h"
#include "P_Net.h"
#include "Regression.h"
Include dependency graph for PluginVC.cc:

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)

Detailed Description

A brief file description.

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 PluginVC.cc.


Define Documentation

#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)
#define PVC_TYPE   ((vc_type == PLUGIN_VC_ACTIVE) ? "Active" : "Passive")

Function Documentation

EXCLUSIVE_REGRESSION_TEST() PVC ( RegressionTest t,
int  ,
int *  pstatus 
)

Definition at line 1305 of file PluginVC.cc.

References PVCTestDriver::start_tests().