mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-02 17:41:31 +02:00
12 lines
353 B
C
12 lines
353 B
C
#ifndef _HAPROXY_HSTREAM_H
|
|
#define _HAPROXY_HSTREAM_H
|
|
|
|
#include <haproxy/cfgparse.h>
|
|
#include <haproxy/hstream-t.h>
|
|
|
|
struct task *sc_hstream_io_cb(struct task *t, void *ctx, unsigned int state);
|
|
void hstream_shutdown(struct stconn *sc);
|
|
void *hstream_new(struct session *sess, struct stconn *sc, struct buffer *input);
|
|
|
|
#endif /* _HAPROXY_HSTREAM_H */
|