File: benchmark.h

package info (click to toggle)
apt-spy 3.1-19
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 252 kB
  • ctags: 54
  • sloc: ansic: 898; makefile: 51; sh: 12
file content (13 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* apt-spy (c) Steven Holmes, 2003. 
 * 
 * This software is licensed as detailed in the LICENSE file. 
 */

#ifndef __BENCHMARK_H
#define __BENCHMARK_H

int benchmark(server_t *current, char *proxy, int timeout, char *file);
void decide_best(server_t *current, server_t *best);
size_t null_write_function(double *bytes, size_t size, size_t nmemb, void *stream);

#endif