clixon/lib
Olof hagsand 8f1de15ad3 Changed module-specific upgrade API, not backward compatible. The API has been simplified which means more has to be done by the programmer.
* In summary, a user registers an upgrade callback per module. The callback is called at startup if the module is added, has been removed or if the revision on file is different from the one in the system.
  * The register function has removed `from` and `rev` parameters: `upgrade_callback_register(h, cb, namespace, arg)`
  * The callback function has a new `op` parameter with possible values: `XML_FLAG_ADD`, `XML_FLAG_CHANGE` or `XML_FLAG_CHANGE`: `clicon_upgrade_cb(h, xn, ns, op, from, to, arg, cbret)`
2020-06-26 14:39:04 +02:00
..
clixon Changed module-specific upgrade API, not backward compatible. The API has been simplified which means more has to be done by the programmer. 2020-06-26 14:39:04 +02:00
src Changed module-specific upgrade API, not backward compatible. The API has been simplified which means more has to be done by the programmer. 2020-06-26 14:39:04 +02:00
Makefile.in Makefile copyright 2020-05-12 13:59:45 +02:00