~ubuntu-branches/debian/stretch/haproxy/stretch

« back to all changes in this revision

Viewing changes to include/proto/proto_uxst.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2009-06-26 00:11:01 UTC
  • mfrom: (1.1.6 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090626001101-qo261ke2mjh3d8cn
* New Upstream Version (Closes: #534583).
* Add contrib directory in docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  include/proto/proto_uxst.h
3
3
  This file contains UNIX-stream socket protocol definitions.
4
4
 
5
 
  Copyright (C) 2000-2007 Willy Tarreau - w@1wt.eu
 
5
  Copyright (C) 2000-2008 Willy Tarreau - w@1wt.eu
6
6
  
7
7
  This library is free software; you can redistribute it and/or
8
8
  modify it under the terms of the GNU Lesser General Public
28
28
 
29
29
int uxst_event_accept(int fd);
30
30
void uxst_add_listener(struct listener *listener);
31
 
void process_uxst_stats(struct task *t, struct timeval *next);
 
31
struct task *uxst_process_session(struct task *t);
32
32
 
33
33
#endif /* _PROTO_PROTO_UXST_H */
34
34