flexnbd: Remove unused ".INCOMPLETE" file code

The original idea was that we'd create a .incomplete file at the destination
for mirroring, but that code was removed some time ago. This is all dead, now
This commit is contained in:
nick
2013-09-23 10:38:18 +01:00
parent 150e506780
commit e161121c7a
3 changed files with 0 additions and 15 deletions

View File

@@ -29,8 +29,6 @@ struct server {
union mysockaddr bind_to;
/** (static) file name to serve */
char* filename;
/** file name of INCOMPLETE flag */
char* filename_incomplete;
/** TCP backlog for listen() */
int tcp_backlog;
/** (static) file name of UNIX control socket (or NULL if none) */