commit | 6d1222ce7392423c54be21d2c7ebf4adc87a6a5d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 26 10:08:06 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 26 11:10:50 2017 +0100 |
tree | 1f96d83433ac2f675a0e1f7127ecb259823fe76d | |
parent | 53bae85b8e9e8333e9a232fcd9a8aa085471f6cb [diff] |
MINOR: task: keep a pointer to the currently running task Very often when debugging, the current task's pointer isn't easy to recover (eg: from a core file). Let's keep a copy of it, it will likely help, especially with threads.