Split control-socket functions into separate file.

This commit is contained in:
Matthew Bloch
2012-05-23 00:42:14 +01:00
parent 811e4ab2cd
commit 9c26f7f36f
7 changed files with 257 additions and 238 deletions

View File

@@ -59,10 +59,5 @@ struct client_params {
struct mode_serve_params* serve; /* FIXME: remove above duplication */
};
union mode_params {
struct mode_serve_params serve;
struct mode_readwrite_params readwrite;
};
#endif