/[Apache-SVN]/httpd/flood/trunk/flood_farm.h
ViewVC logotype

Contents of /httpd/flood/trunk/flood_farm.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 653656 - (show annotations) (download)
Tue May 6 00:42:11 2008 UTC (16 years, 3 months ago) by fielding
File MIME type: text/plain
File size: 1217 byte(s)
promote flood to released products
1 /* Licensed to the Apache Software Foundation (ASF) under one or more
2 * contributor license agreements. See the NOTICE file distributed with
3 * this work for additional information regarding copyright ownership.
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *
16 * Originally developed by Aaron Bannert and Justin Erenkrantz, eBuilt.
17 */
18
19 #ifndef __flood_farm_h
20 #define __flood_farm_h
21
22 #include "flood_config.h"
23 #include "flood_farmer.h"
24
25 /**
26 * Run the given farm name with the given config, and allocate any memory
27 * needed for this process from the given pool.
28 */
29 apr_status_t run_farm(config_t *config, const char *farm_name, apr_pool_t *pool);
30
31 #endif /* __flood_farm_h */

Properties

Name Value
svn:eol-style native

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26