X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Ffastbuf.h;h=920d83ebd2a3728e0d215dfeaf85a0dacf0a86ef;hb=e371dcc1cd2857036374dd9597705faed0427006;hp=c763f243ac0dbf283280322576c1b0a8349694f6;hpb=b131627991008b2968b5a4ed36153f71a1abe37c;p=libucw.git diff --git a/lib/fastbuf.h b/lib/fastbuf.h index c763f243..920d83eb 100644 --- a/lib/fastbuf.h +++ b/lib/fastbuf.h @@ -187,7 +187,7 @@ fbatomic_commit(struct fastbuf *b) /* Configuring stream parameters */ enum bconfig_type { - BCONFIG_IS_TEMP_FILE, /* 0=normal file, 1=temporary file, -1=shared fd */ + BCONFIG_IS_TEMP_FILE, /* 0=normal file, 1=temporary file, 2=shared fd */ BCONFIG_KEEP_BACK_BUF, /* Optimize for bi-directional access */ };