-
Notifications
You must be signed in to change notification settings - Fork 185
Trace2 tracing facility #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
8ac6acf
90e4e6a
50f689d
4041110
18ff59d
ec7d7cd
485a4f2
18659d6
08be5aa
4e67924
2a5aa3a
ebaa9b1
3e6fee4
398edb7
662201f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1005,6 +1005,16 @@ LIB_OBJS += tempfile.o | |
| LIB_OBJS += thread-utils.o | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On the Git mailing list, SZEDER Gábor wrote (reply to this): There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On the Git mailing list, Derrick Stolee wrote (reply to this): |
||
| LIB_OBJS += tmp-objdir.o | ||
| LIB_OBJS += trace.o | ||
| LIB_OBJS += trace2.o | ||
| LIB_OBJS += trace2/tr2_cfg.o | ||
| LIB_OBJS += trace2/tr2_cmd_name.o | ||
| LIB_OBJS += trace2/tr2_dst.o | ||
| LIB_OBJS += trace2/tr2_sid.o | ||
| LIB_OBJS += trace2/tr2_tbuf.o | ||
| LIB_OBJS += trace2/tr2_tgt_event.o | ||
| LIB_OBJS += trace2/tr2_tgt_normal.o | ||
| LIB_OBJS += trace2/tr2_tgt_perf.o | ||
| LIB_OBJS += trace2/tr2_tls.o | ||
| LIB_OBJS += trailer.o | ||
| LIB_OBJS += transport.o | ||
| LIB_OBJS += transport-helper.o | ||
|
|
@@ -1581,7 +1591,9 @@ ifdef NO_INET_PTON | |
| LIB_OBJS += compat/inet_pton.o | ||
| BASIC_CFLAGS += -DNO_INET_PTON | ||
| endif | ||
| ifndef NO_UNIX_SOCKETS | ||
| ifdef NO_UNIX_SOCKETS | ||
| BASIC_CFLAGS += -DNO_UNIX_SOCKETS | ||
| else | ||
| LIB_OBJS += unix-socket.o | ||
| PROGRAM_OBJS += credential-cache.o | ||
| PROGRAM_OBJS += credential-cache--daemon.o | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the Git mailing list, =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason wrote (reply to this):
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the Git mailing list, Jeff Hostetler wrote (reply to this):