Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EXPAND = lib/tmpl/expand

CFLAGS := -g -Wall -pthread -iquote.obj/gen -Wno-uninitialized -O2 -DNASSERT
#CFLAGS := -g -Wall -pthread -iquote.obj/gen -Wno-uninitialized
CXXFLAGS := -g -std=c++0x
CXXFLAGS := -g
LDFLAGS := -levent_pthreads
## Debian package: check
#CHECK_CFLAGS := $(shell pkg-config --cflags check)
Expand Down
3 changes: 1 addition & 2 deletions lockserver/Rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ $(d)lockserver-repl: $(o)lockserver-repl.o \
$(OBJS-ir-client) \
$(LIB-configuration) \
$(LIB-repltransport) \
$(LIB-store-common) \
$(GTEST_MAIN)
$(LIB-store-common)

BINS += $(d)server-main $(d)client-main $(d)lockserver-repl

Expand Down
1 change: 1 addition & 0 deletions store/common/tracer.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <sys/time.h>
#include <map>
#include <string>
#include <cstdint>

/* Trace details of an individual type of request. */
typedef struct Request_Trace
Expand Down