Skip to content

Commit

Permalink
Add link to upstream
Browse files Browse the repository at this point in the history
Signed-off-by: James M Leddy <[email protected]>
  • Loading branch information
jmleddy committed Dec 6, 2024
1 parent 60316d2 commit c442d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/cprofiles/include/cprofiles/cprof_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
#ifndef CPROF_INFO_H
#define CPROF_INFO_H

#define CPROF_SOURCE_DIR "/src/fluent-bit"
#define CPROF_SOURCE_DIR "/Users/james.leddy/src/fluent-bit"

/* General flags set by /CMakeLists.txt */
#ifndef CPROF_HAVE_TIMESPEC_GET
#define CPROF_HAVE_TIMESPEC_GET
#endif
#ifndef CPROF_HAVE_GMTIME_R
#define CPROF_HAVE_GMTIME_R
#ifndef CPROF_HAVE_CLOCK_GET_TIME
#define CPROF_HAVE_CLOCK_GET_TIME
#endif
#ifndef CPROF_HAVE_CFL
#define CPROF_HAVE_CFL
Expand Down

0 comments on commit c442d09

Please sign in to comment.