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

« back to all changes in this revision

Viewing changes to include/proto/task.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2010-04-15 20:00:34 UTC
  • mfrom: (1.2.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20100415200034-mtlky4sy39tk0dfi
Tags: upstream-1.4.4
ImportĀ upstreamĀ versionĀ 1.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <sys/time.h>
27
27
 
28
28
#include <common/config.h>
29
 
#include <common/eb32tree.h>
30
29
#include <common/memory.h>
31
30
#include <common/mini-clist.h>
32
31
#include <common/standard.h>
33
32
#include <common/ticks.h>
 
33
#include <eb32tree.h>
34
34
 
35
35
#include <types/task.h>
36
36