Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
cb93166a
Commit
cb93166a
authored
Sep 22, 2006
by
Browse files
Updated vod.h and Makefile rules.
git-svn-id:
file:///home/svn/mapi/trunk@900
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
e2316155
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/vod/Makefile
View file @
cb93166a
...
...
@@ -11,12 +11,9 @@ TARGETS=btheap vod
all
:
$(TARGETS)
vod
:
vod.c vod.h ../flist.h ../flist.o BTHeap/btheap.o ../parseconf.h ../parseconf.o ../anon
ymization
/names.h ../anon
ymization
/names.c
vod
:
vod.c vod.h ../
common/
flist.h ../
common/
flist.o BTHeap/btheap.o ../
common/
parseconf.h ../
common/
parseconf.o ../anon
flib
/names.h ../anon
flib
/names.c
$(CC)
$(CFLAGS)
-o
$@
$^
-lcrypto
-lssl
-lpthread
#flist.o: flist.c flist.h
# $(CC) $(CFLAGS) -c $<
btheap
:
BTHeap/btheap.c BTHeap/btheap.h
cd
BTHeap
&&
make btheap.o
...
...
src/vod/vod.h
View file @
cb93166a
...
...
@@ -21,15 +21,15 @@
#include <errno.h>
#include "flist.h"
#include "../parseconf.h"
#include "
../common/
flist.h"
#include "../
common/
parseconf.h"
#include "BTHeap/btheap.h"
/*
* Anonymization definitions..
*/
#include "../anon
ymization
/anonymization.h"
#include "../anon
ymization
/names.h"
#include "../anon
flib
/anonymization.h"
#include "../anon
flib
/names.h"
#define IP_PR 10
#define TCP_PR 20
...
...
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