canonical / dqlite

Embeddable, replicated and fault-tolerant SQL engine.
https://dqlite.io
Other
3.83k stars 216 forks source link

conn: Rename write_cb #492

Closed cole-miller closed 1 year ago

cole-miller commented 1 year ago

This is a trivial change that makes it possible to build a dqlite.c amalgamation -- without it there's a name clash with the write_cb in src/lib/transport.c.

Signed-off-by: Cole Miller cole.miller@canonical.com

codecov[bot] commented 1 year ago

Codecov Report

Merging #492 (c0c8f84) into master (1bba922) will not change coverage. The diff coverage is 50.00%.

@@           Coverage Diff           @@
##           master     #492   +/-   ##
=======================================
  Coverage   58.97%   58.97%           
=======================================
  Files          33       33           
  Lines        5906     5906           
  Branches     1769     1769           
=======================================
  Hits         3483     3483           
  Misses       1349     1349           
  Partials     1074     1074           
Impacted Files Coverage Δ
src/conn.c 48.52% <50.00%> (ø)

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.