aboutsummaryrefslogtreecommitdiff
path: root/run-command.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-05 12:30:09 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-05 12:30:09 -0700
commit88bad58d3860a8e0cf6499951e24311d15bc63f0 (patch)
treec9e325c9983e51b616090626ab436bef56c9731d /run-command.h
parentdb9789ab4ea05c42c08d7c77f87875476eb78d0d (diff)
parentfd89433dd03babb6c8d760092c3e499f6a4145f4 (diff)
downloadgit-88bad58d3860a8e0cf6499951e24311d15bc63f0.tar.gz
git-88bad58d3860a8e0cf6499951e24311d15bc63f0.tar.xz
Merge branch 'jk/async-pkt-line'
The debugging infrastructure for pkt-line based communication has been improved to mark the side-band communication specifically. * jk/async-pkt-line: pkt-line: show packets in async processes as "sideband" run-command: provide in_async query function
Diffstat (limited to 'run-command.h')
-rw-r--r--run-command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-command.h b/run-command.h
index 5b4425a3c..629fab7ae 100644
--- a/run-command.h
+++ b/run-command.h
@@ -118,5 +118,6 @@ struct async {
int start_async(struct async *async);
int finish_async(struct async *async);
+int in_async(void);
#endif