~ubuntu-branches/ubuntu/vivid/haproxy/vivid

« back to all changes in this revision

Viewing changes to include/proto/task.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2008-06-20 00:38:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080620003850-hvvx94g2xz2l2xbg
Tags: 1.3.15.1-1
* New Upstream Version
* Upgrade standards version to 3.8.0 (no change needed).
* Build with TARGET=linux26 on linux, TARGET=generic on other systems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        DLIST_ADD(run_queue, &t->qlist);
56
56
        t->state = TASK_RUNNING;
57
57
 
58
 
        if (likely(t->wq)) {
 
58
        if (likely(t->wq != NULL)) {
59
59
                tree_delete(t->wq);
60
60
                t->wq = NULL;
61
61
        }