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

@@ -2,7 +2,10 @@
#define __PARAMS_H
#define _GNU_SOURCE
#define _LARGEFILE64_SOURCE
#ifndef _LARGEFILE64_SOURCE
# define _LARGEFILE64_SOURCE
#endif
#include "parse.h"