Merge of doom

This commit is contained in:
Alex Young
2012-06-07 14:40:55 +01:00
7 changed files with 78 additions and 51 deletions

View File

@@ -76,7 +76,7 @@ struct server {
int server_fd;
int control_fd;
char* block_allocation_map;
struct bitset_mapping* allocation_map;
struct client_tbl_entry nbd_client[MAX_NBD_CLIENTS];
};