summaryrefslogblamecommitdiffstats
path: root/src/server/uplink.h
blob: 77a6ca5b29db36fae1244825e219deb9c0d18fac (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                                
#ifndef _UPLINK_H_
#define _UPLINK_H_

#include "../types.h"

extern dnbd3_alt_server_t *_alt_servers[SERVER_MAX_ALTS];
extern int _num_alts;
extern pthread_spinlock_t _alts_lock;

int uplink_get_matching_alt_servers(dnbd3_host_t *host, dnbd3_server_entry_t *output, int size);

int uplink_net_closeness(dnbd3_host_t *host1, dnbd3_host_t *host2);

#endif /* UPLINK_H_ */