Adding change detection to extensions
Three steps:
- register new keywords for the extended trace command
- provide C function to be called when object attributes are updated (or use default one)
- insert calls to FATCAT library function checking for traces on object attributes
Done by extension developer/maintainer, in C
Need a good understanding of the extension
Only need to use a few simple FATCAT calls