Sha256: 74681e79b46b75464b0a03f99e4aa162f2984fcb7be0fd224c780d52d2ee02a7

Contents?: true

Size: 1.68 KB

Versions: 56

Compression:

Stored size: 1.68 KB

Contents

/*
 *  Phusion Passenger - https://www.phusionpassenger.com/
 *  Copyright (c) 2010, 2011, 2012 Phusion
 *
 *  "Phusion Passenger" is a trademark of Hongli Lai & Ninh Bui.
 *
 *  Permission is hereby granted, free of charge, to any person obtaining a copy
 *  of this software and associated documentation files (the "Software"), to deal
 *  in the Software without restriction, including without limitation the rights
 *  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 *  copies of the Software, and to permit persons to whom the Software is
 *  furnished to do so, subject to the following conditions:
 *
 *  The above copyright notice and this permission notice shall be included in
 *  all copies or substantial portions of the Software.
 *
 *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 *  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 *  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 *  THE SOFTWARE.
 */
#ifndef _PASSENGER_AGENT_BASE_H_
#define _PASSENGER_AGENT_BASE_H_

/** Common code for all agents. */

#include "Utils/VariantMap.h"

namespace Passenger {

typedef void (*DiagnosticsDumper)(void *userData);

bool feedbackFdAvailable();
VariantMap initializeAgent(int argc, char *argv[], const char *processName);
void installAbortHandler();
void installDiagnosticsDumper(DiagnosticsDumper func, void *userData);

}

#endif /* _PASSENGER_AGENT_BASE_H_ */

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
passenger-4.0.60 ext/common/agents/Base.h
passenger-4.0.59 ext/common/agents/Base.h
passenger-4.0.58 ext/common/agents/Base.h
passenger-4.0.57 ext/common/agents/Base.h
passenger-4.0.56 ext/common/agents/Base.h
passenger-4.0.55 ext/common/agents/Base.h
passenger-4.0.53 ext/common/agents/Base.h
passenger-4.0.52 ext/common/agents/Base.h
passenger-4.0.51 ext/common/agents/Base.h
passenger-4.0.50 ext/common/agents/Base.h
passenger-4.0.49 ext/common/agents/Base.h
passenger-4.0.48 ext/common/agents/Base.h
passenger-4.0.46 ext/common/agents/Base.h
passenger-4.0.45 ext/common/agents/Base.h
passenger-4.0.44 ext/common/agents/Base.h
passenger-4.0.43 ext/common/agents/Base.h
passenger-4.0.42 ext/common/agents/Base.h
passenger-4.0.41 ext/common/agents/Base.h
passenger-4.0.40 ext/common/agents/Base.h
passenger-4.0.39 ext/common/agents/Base.h