Added implementation of RingBuffer to compensate existing issues on RA side
This commit is contained in:
parent
41fe7704b3
commit
52422cebf0
5 changed files with 159 additions and 14 deletions
5
Makefile
5
Makefile
|
@ -21,7 +21,9 @@ ifeq ($(USE_OPENSSL), yes)
|
|||
endif
|
||||
endif
|
||||
|
||||
OBJECTS = CronosAgent.o
|
||||
OBJECTS = \
|
||||
RingBuffer.o \
|
||||
CronosAgent.o
|
||||
|
||||
ifneq ($(USE_OPENSSL), yes)
|
||||
OBJECTS += sha256.o
|
||||
|
@ -62,7 +64,6 @@ clean:
|
|||
rm -f *.d
|
||||
|
||||
version:
|
||||
# echo "#define VERSION $(shell svn info | grep -E "^Revision:" | grep -o -E "[0-9]+")" > Version.h
|
||||
echo "#define VERSION $(shell date -u +%Y%m%d)" > Version.h
|
||||
|
||||
debian-package:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue