summaryrefslogtreecommitdiff
path: root/net/libfetch/files/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/libfetch/files/common.h')
-rw-r--r--net/libfetch/files/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libfetch/files/common.h b/net/libfetch/files/common.h
index 63170907a01..9a07e3560c8 100644
--- a/net/libfetch/files/common.h
+++ b/net/libfetch/files/common.h
@@ -1,4 +1,4 @@
-/* $NetBSD: common.h,v 1.23 2014/01/08 20:25:34 joerg Exp $ */
+/* $NetBSD: common.h,v 1.24 2016/10/20 21:25:57 joerg Exp $ */
/*-
* Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
* All rights reserved.
@@ -66,6 +66,7 @@ struct fetchconn {
char *buf; /* buffer */
size_t bufsize; /* buffer size */
size_t buflen; /* length of buffer contents */
+ int buf_events; /* poll flags for the next cycle */
char *next_buf; /* pending buffer, e.g. after getln */
size_t next_len; /* size of pending buffer */
int err; /* last protocol reply code */