chiark
/
gitweb
/
~ian
/
innduct.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5b7e1a
)
fix prod/next thing
author
Ian Jackson
<ian@davenant.greenend.org.uk>
Fri, 30 Apr 2010 23:36:58 +0000
(
00:36
+0100)
committer
Ian Jackson
<ian@davenant.greenend.org.uk>
Fri, 30 Apr 2010 23:36:58 +0000
(
00:36
+0100)
backends/innduct.c
patch
|
blob
|
history
diff --git
a/backends/innduct.c
b/backends/innduct.c
index c9878f2da72fac59665304b2ebb4b7de3b0fbfd2..c518fd095e9ce0873e7f51bc06a8d67ab38ada6c 100644
(file)
--- a/
backends/innduct.c
+++ b/
backends/innduct.c
@@
-795,9
+795,9
@@
static const ControlCommand control_commands[]= {
{ "pretend flush", ccmd_setintarg, &simulate_flush },
#define POKES(cmd,func) \
- { cmd "
sm",
func, &sm_period_counter, 1 }, \
- { cmd "
conn",
func, &until_connect, 0 }, \
- { cmd "
blscan",
func, &until_backlog_nextscan, 0 },
+ { cmd "
sm",
func, &sm_period_counter, 1 }, \
+ { cmd "
conn",
func, &until_connect, 0 }, \
+ { cmd "
blscan",
func, &until_backlog_nextscan, 0 },
POKES("prod ", ccmd_setint_period)
POKES("next ", ccmd_setint)