Adds first version of `processContentOffset'

This commit also includes an example application on how to use the
`processContentOffset' method.
This commit is contained in:
Felipe Zimmerle
2017-02-15 18:18:10 -03:00
committed by Felipe Zimmerle
parent 7aae5dc183
commit 027d50b76b
11 changed files with 325 additions and 95 deletions

View File

@@ -316,9 +316,12 @@ AM_COND_IF([TEST_UTILITIES],
[AC_CONFIG_FILES([test/Makefile test/benchmark/Makefile])])
AM_COND_IF([EXAMPLES],
[AC_CONFIG_FILES([examples/Makefile \
[AC_CONFIG_FILES([ \
examples/Makefile \
examples/simple_example_using_c/Makefile \
examples/multiprocess_c/Makefile])])
examples/multiprocess_c/Makefile \
examples/reading_logs_with_offset/Makefile \
])])
AM_COND_IF([AFL_FUZZER],
[AC_CONFIG_FILES([test/fuzzer/Makefile])])