• Dridi Boukelmoune's avatar
    param: Introduce the notion of thread pool parameters · fa681397
    Dridi Boukelmoune authored
    Unlike simple parameters, the field names in struct params don't match
    the parameters names. To deal with that a new field is added to PARAM()
    macros to allow simple and thread parameters to set themselves apart
    in that regard without getting any more intrusive.
    
    Refs #3250
    fa681397