CESNET / Nemea-Framework

Nemea framework is the heart of the Nemea system. It contains implementation of common communication interfaces, UniRec data format and useful datastructures and algorithms.
11 stars 24 forks source link

libtrap: BUGFIX remove copy-pasted ';' from func definition #148

Closed cejkato2 closed 4 years ago

cejkato2 commented 4 years ago

The current version of code cannot be compiled on OpenWrt without atomics.

codecov-commenter commented 4 years ago

Codecov Report

Merging #148 into master will increase coverage by 0.16%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #148      +/-   ##
==========================================
+ Coverage   41.93%   42.10%   +0.16%     
==========================================
  Files          73       73              
  Lines       14748    14748              
==========================================
+ Hits         6184     6209      +25     
+ Misses       8564     8539      -25     
Impacted Files Coverage Δ
libtrap/src/trap_internal.c 55.00% <ø> (ø)
libtrap/src/ifc_tls.c 57.84% <0.00%> (+1.01%) :arrow_up:
libtrap/src/ifc_tcpip.c 59.59% <0.00%> (+1.77%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c54c243...055a202. Read the comment docs.