aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/sc_init.c
AgeCommit message (Collapse)AuthorFilesLines
2019-05-22Introduce a new registration mechanism to sweetcomb.jackiechen19851-0/+48
Sweetcomb plugins register for various [initialization] events by placing structures and __attribute__((constructor)) functions into the library. When sysrepo plugin is initializing, the framework walks constructor-generated singly-linked structure lists, calls the indicated functions. Change-Id: I0cb078391f2662e4f6dd08c1a383173f203adf2a Signed-off-by: jackiechen1985 <xiaobo.chen@tieto.com>