• Pietro Fezzardi's avatar
    configuration: added ARG_TIME config argument · 35456ab1
    Pietro Fezzardi authored
    and all the data structures needed to set configuration options
    about time.
    In ppsi.h added struct pp_cfg_time a platform independent timespec-like
    data structure.
    union pp_cfg_arg is extended with a pp_cfg_time field.
    enum pp_argtype is extended with ARG_TIME.
    In lib/conf.c a case ARG_TIME is added to handle it.
    35456ab1
conf.c 8.87 KB