commit | 64bca9d36ad8cb109cefa7cba3fd9ebba2eca8e0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 25 17:39:23 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 25 18:02:44 2015 +0200 |
tree | 8fe0a60d8bfc5c33495e2012ee9dd84d4c3d1955 | |
parent | 9bb49f6906eafed0eb0fde01cd403089a502a101 [diff] |
MINOR: applet: rename applet_runq to applet_active_queue This is not a real run queue and we're facing ugly bugs because if this : if a an applet removes another applet from the queue, typically the next one after itself, the list iterator loops forever because the list's backup pointer is not valid anymore. Before creating a run queue, let's rename this list.