From: Kern Sibbald Date: Tue, 12 May 2020 17:00:22 +0000 (+0200) Subject: BEE Backport bacula/src/stored/fifo_dev.c X-Git-Tag: Release-11.3.2~1650 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb7984d558d040fefd65e0f64ebcabf90b6bf43;p=thirdparty%2Fbacula.git BEE Backport bacula/src/stored/fifo_dev.c This commit is the result of the squash of the following main commits: Author: Kern Sibbald Date: Thu Jun 16 18:40:26 2016 +0200 Implement driver classes + loadable drivers + first cut cloud driver --- diff --git a/bacula/src/stored/fifo_dev.c b/bacula/src/stored/fifo_dev.c index 4ade743dc2..15d667aac7 100644 --- a/bacula/src/stored/fifo_dev.c +++ b/bacula/src/stored/fifo_dev.c @@ -49,3 +49,4 @@ const char *fifo_dev::print_type() { return "FIFO"; } +