Skip to content

Commit

Permalink
Extract callsite code to a separate module
Browse files Browse the repository at this point in the history
This functionality may be used on different layers.

Signed-off-by: Artem Polyakov <[email protected]>
  • Loading branch information
artpol84 committed Aug 29, 2019
1 parent 188ef2a commit 4cf31a5
Show file tree
Hide file tree
Showing 8 changed files with 678 additions and 386 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ PC_LOOKUP_OBJ = $(PC_LOOKUP_FILE:.c=.o)

SRCS = diag_msgs.c \
mpiP-hash.c \
mpiP-callsites.c \
mpiP-stats.c \
mpiP-mt-stats.c \
mpiP-tslist.c \
Expand All @@ -52,6 +53,7 @@ SRCS = diag_msgs.c \

API_SRCS = diag_msgs_api.c \
mpiP-hash.c \
mpiP-callsites.c \
mpiP-stats.c \
mpiP-mt-stats.c \
glob.c \
Expand Down
Loading

0 comments on commit 4cf31a5

Please sign in to comment.