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


                  
                    
                     
 

                          

                                        
                                                                     
 

                                                                             
                                                                                              

                                           
 
                      
#ifndef _UPLINK_H_
#define _UPLINK_H_

#include "globals.h"
#include "../types.h"

void uplink_globalsInit();

uint64_t uplink_getTotalBytesReceived();

bool uplink_init(dnbd3_image_t *image, int sock, dnbd3_host_t *host);

void uplink_removeClient(dnbd3_connection_t *uplink, dnbd3_client_t *client);

bool uplink_request(dnbd3_client_t *client, uint64_t handle, uint64_t start, uint32_t length);

void uplink_shutdown(dnbd3_image_t *image);

#endif /* UPLINK_H_ */