Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
b2a7ee9b
Commit
b2a7ee9b
authored
Dec 18, 2002
by
Leigh B. Stoller
Browse files
Oops, left these out from previous commit. Added proper client install
target and changed path of binary.
parent
11e6b7c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/pcapper/GNUmakefile.in
View file @
b2a7ee9b
...
...
@@ -30,7 +30,8 @@ TBLIBS = $(EVENTOBJS) $(OBJDIR)/lib/libtb/libtb.a $(EVENTLIBS)
PCAPLIBS=-lpcap
CFLAGS = -Wall -static $(PTHREADCFLAGS) \
-DEMULAB -g -DDROPROOT -DBOSSNODE=\"@BOSSNODE@\"
-DEMULAB -g -DDROPROOT -DBOSSNODE=\"@BOSSNODE@\" \
-DCLIENT_BINDIR='"$(CLIENT_BINDIR)"'
LDFLAGS = -static
CFLAGS_FBSD = $(CFLAGS) $(TBCFLAGS)
...
...
tools/pcapper/pcapper.c
View file @
b2a7ee9b
...
...
@@ -70,7 +70,7 @@
/*
* Program run to determine the control interface.
*/
#define CONTROL_IFACE
"/etc/testbed
/control_interface"
#define CONTROL_IFACE
CLIENT_BINDIR "
/control_interface"
/*
* Wire overhead not seen by pcapper:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment