istream-private.h (dovecot-2.3.16) | : | istream-private.h (dovecot-2.3.17) | ||
---|---|---|---|---|
skipping to change at line 76 | skipping to change at line 76 | |||
bool line_crlf:1; | bool line_crlf:1; | |||
bool return_nolf_line:1; | bool return_nolf_line:1; | |||
bool stream_size_passthrough:1; /* stream is parent's size */ | bool stream_size_passthrough:1; /* stream is parent's size */ | |||
bool nonpersistent_buffers:1; | bool nonpersistent_buffers:1; | |||
bool io_pending:1; | bool io_pending:1; | |||
}; | }; | |||
struct istream_snapshot { | struct istream_snapshot { | |||
struct istream_snapshot *prev_snapshot; | struct istream_snapshot *prev_snapshot; | |||
struct memarea *old_memarea; | struct memarea *old_memarea; | |||
void (*free)(struct istream_snapshot *snapshot); | ||||
}; | }; | |||
enum istream_create_flag { | enum istream_create_flag { | |||
/* The stream guarantees that the buffer pointer stays valid when it | /* The stream guarantees that the buffer pointer stays valid when it | |||
returns <= 0. */ | returns <= 0. */ | |||
ISTREAM_CREATE_FLAG_NOOP_SNAPSHOT = 0x01, | ISTREAM_CREATE_FLAG_NOOP_SNAPSHOT = 0x01, | |||
}; | }; | |||
struct istream * ATTR_NOWARN_UNUSED_RESULT | struct istream * ATTR_NOWARN_UNUSED_RESULT | |||
i_stream_create(struct istream_private *stream, struct istream *parent, int fd, | i_stream_create(struct istream_private *stream, struct istream *parent, int fd, | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |