• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

teor2345 / tor / 624
50%
master: 64%

Build:
Build:
LAST BUILD BRANCH: ticket34200
DEFAULT BRANCH: master
Ran 16 Apr 2019 05:56AM UTC
Jobs 1
Files 341
Run time 15s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
624

push

travis-ci

teor2345
rephist: fix an undeclared type compilation error

In 0.3.4 and later, we declare write_array as:
extern struct bw_array_t *write_array;
...
typedef struct bw_array_t bw_array_t;

But in 0.2.9, we declare write_array as:
typedef struct bw_array_t bw_array_t;
extern bw_array_t *write_array;

And then again in rephist.c:
typedef struct bw_array_t bw_array_t;

So some compilers fail with a duplicate declaration error.

We backport 684b396ce5, which removes the duplicate declaration.
And this commit deals with the undeclared type error.

Backports a single line from merge commit 813019cc57.

Fixes bug 30184; not in any released version of Tor.

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
3 624.3 (COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS="") 16 Apr 2019 05:56AM UTC 0
0.0
Travis Job 624.3
Source Files on build 624
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #624
  • 05d25d06 on github
  • Next Build on bug30184_029 (#625)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc