"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/lib/istream-private.h" between
dovecot-2.3.16.tar.gz and dovecot-2.3.17.tar.gz

About: Dovecot is an IMAP and POP3 server, written with security primarily in mind.

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

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)