Name
DECLARE_COMPLETION — 
  declare and initialize a completion structure
 
Synopsis
|  DECLARE_COMPLETION ( | work ); | 
 
Arguments
- work
- 
     identifier for the completion structure
     
Description
   This macro declares and initializes a completion structure. Generally used
   for static declarations. You should use the _ONSTACK variant for automatic
   variables.