X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sideband.h;h=50daaa608f9b7cb507f07ea394cc522d4ed7a6f6;hp=4f4ed0ac219d826e6d76aa0fded9a9fa13dd57c0;hb=c5e38315901ea63efd169af5d4ba3f3c66db7de9;hpb=02dd632ab2a6696aff7b6c6d108069704cfe871a diff --git a/sideband.h b/sideband.h index 4f4ed0ac..50daaa60 100644 --- a/sideband.h +++ b/sideband.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Andre Noll + * Copyright (C) 2012-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -114,7 +114,7 @@ typedef void (*sb_transformation)(struct iovec *src, struct iovec *dst, /** Initialize a sideband buffer. */ #define SBB_INIT(_band, _buf, _numbytes) \ { \ - .band = band, \ + .band = _band, \ .iov = { \ .iov_base = _buf, \ .iov_len = _numbytes \