~ubuntu-branches/ubuntu/trusty/haproxy/trusty

« back to all changes in this revision

Viewing changes to include/types/stream_interface.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2009-10-19 22:31:45 UTC
  • mfrom: (1.1.7 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091019223145-259fs24dejjixo1f
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        SI_FL_ERR        = 0x0002,  /* a non-recoverable error has occurred */
68
68
        SI_FL_WAIT_ROOM  = 0x0004,  /* waiting for space to store incoming data */
69
69
        SI_FL_WAIT_DATA  = 0x0008,  /* waiting for more data to send */
 
70
        /* 0x10..0x20 already used in 1.4 */
 
71
        SI_FL_INDEP_STR  = 0x0040,  /* independant streams = don't update rex on write */
70
72
};
71
73
 
72
74
struct stream_interface {