Skip to content
  • Beniamino Galvani's avatar
    core: add checks on connection default properties · 446e5b27
    Beniamino Galvani authored
    Add a new CON_DEFAULT() macro that places a property name into a
    special section used at runtime to check whether it is a supported
    connection default.
    
    Unfortunately, this mechanism doesn't work for plugins so we have to
    enumerate the connection defaults from plugins in the daemon using
    another CON_DEFAULT_NOP() macro.
    446e5b27