ocf/example/simple
Michal Mielewczyk 5e52ac4ef2 Rename 'printf' field name in logger ops to 'print'.
Due the aggresive security checks in compiler 'printf' might be substituded with
'__printf_chk'. However it does not differentiate whether substituted string is
library function call whether field in structure.

By renaming field we prevent it to be unintentionally subustituted by the
preprocessor.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
2019-04-17 11:37:47 -04:00
..
src Rename 'printf' field name in logger ops to 'print'. 2019-04-17 11:37:47 -04:00
Makefile Add simple ocf usage example 2019-01-15 10:49:18 +01:00