diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-08-09 21:44:16 +0800 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-08-09 21:44:16 +0800 |
commit | 015a84d3000402651c50e513d7492900a2cc8ec1 (patch) | |
tree | 1f3dd2eb0e84aa733ac9ffb3513c235cb15492af /mcast_image.h | |
parent | 817c1bc0b61d9a35422cc9add67d0666ba72aebd (diff) |
Change multicast protocol to allow for a resending flag
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'mcast_image.h')
-rw-r--r-- | mcast_image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcast_image.h b/mcast_image.h index e2048b6..96aa752 100644 --- a/mcast_image.h +++ b/mcast_image.h @@ -3,6 +3,7 @@ #define PKT_SIZE 1400 struct image_pkt_hdr { + uint32_t resend; uint32_t totcrc; uint32_t nr_blocks; uint32_t blocksize; |