Skip to content

Commit d39fe27

Browse files
committed
fdsdump: transform aggregator to use refactored fields
fdsdump: remove debug prints
1 parent 9487456 commit d39fe27

File tree

14 files changed

+247
-737
lines changed

14 files changed

+247
-737
lines changed
Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
# Create an aggregator "object" library
22
set(AGGREGATOR_SRC
3-
mode.cpp
3+
aggregatedField.cpp
44
aggregator.cpp
5+
aliasField.cpp
56
arenaAllocator.cpp
7+
extraFields.cpp
68
fastHashTable.cpp
7-
viewOld.cpp
8-
sort.cpp
9+
field.cpp
10+
flowContext.cpp
11+
inOutField.cpp
12+
ipfixField.cpp
13+
jsonPrinter.cpp
14+
mode.cpp
915
print.cpp
1016
printer.cpp
11-
jsonPrinter.cpp
12-
tablePrinter.cpp
13-
stdHashTable.cpp
1417
stdAllocator.cpp
18+
stdHashTable.cpp
19+
tablePrinter.cpp
20+
value.cpp
21+
view.cpp
22+
viewFactory.cpp
1523
)
1624

1725
add_library(aggregator_obj OBJECT ${AGGREGATOR_SRC})

0 commit comments

Comments
 (0)