summaryrefslogblamecommitdiffstats
path: root/src/server/altservers.h
blob: e826946ba531b84f09fc09275dc61ce5bb1a49eb (plain) (tree)
1
2
3
4
5
6
7
8
9




                      
                       
 

                      
                                                                                 
 
                                                       
 
                                                                                       
 


                                                                      

                                
#ifndef _ALTSERVERS_H_
#define _ALTSERVERS_H_

#include "globals.h"

void altservers_init();

int altservers_load();

int altservers_add(dnbd3_host_t *host, const char *comment, const int isPrivate);

void altservers_findUplink(dnbd3_connection_t *uplink);

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

int altservers_get(dnbd3_host_t *output, int size);

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

#endif /* UPLINK_CONNECTOR_H_ */