Factor out the bulk of client_serve_request, and add convenience converters in src/nbdtypes.c

This commit is contained in:
Alex Young
2012-05-31 17:44:11 +01:00
parent 949d7d6a72
commit 185a840e03
6 changed files with 475 additions and 86 deletions

View File

@@ -1,7 +1,7 @@
#include "nbdtypes.h"
#include "ioutil.h"
#include "util.h"
#include "params.h"
#include "params.h"
#include <stdlib.h>
#include <string.h>