Actions
Feature #3865
open148: completion must be initialized before every use
Start date:
01/18/2013
Due date:
% Done:
90%
Estimated time:
Published in build:
Description
Before each use of completion the corresponding initialization has to be carried out.
Either static:
DECLARE_COMPLETION()
or dynamic:
init_completion()
Actions