diff options
author | Matthew Ahrens <mahrens@delphix.com> | 2015-10-09 21:56:01 -0700 |
---|---|---|
committer | Matthew Ahrens <mahrens@delphix.com> | 2015-10-09 21:56:01 -0700 |
commit | 9c3fd1216fa7fb02cfbc78a2518a686d54b48ab8 (patch) | |
tree | 38f7ac42de9d29c9fb4f3d8dfe79416f6db7c6d6 /usr/src/cmd/truss/expound.c | |
parent | 89fdfac39633dc6769133c82b68b1ed74c2bc54b (diff) | |
download | illumos-joyent-9c3fd1216fa7fb02cfbc78a2518a686d54b48ab8.tar.gz |
2605 want to resume interrupted zfs send
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Richard Elling <Richard.Elling@RichardElling.com>
Reviewed by: Xin Li <delphij@freebsd.org>
Reviewed by: Arne Jansen <sensille@gmx.net>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/cmd/truss/expound.c')
-rw-r--r-- | usr/src/cmd/truss/expound.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/truss/expound.c b/usr/src/cmd/truss/expound.c index 915ec4626b..52c8c57537 100644 --- a/usr/src/cmd/truss/expound.c +++ b/usr/src/cmd/truss/expound.c @@ -22,7 +22,7 @@ /* * Copyright 2012 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2013 by Delphix. All rights reserved. + * Copyright (c) 2012, 2014 by Delphix. All rights reserved. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ @@ -4976,7 +4976,7 @@ show_zfs_ioc(private_t *pri, long addr) if (memcmp(&zc.zc_begin_record, &zero_drrbegin, sizeof (zc.zc_begin_record))) { - struct drr_begin *drr = &zc.zc_begin_record; + struct drr_begin *drr = &zc.zc_begin_record.drr_u.drr_begin; (void) printf(" zc_begin_record:\n"); if (drr->drr_magic) { (void) printf("\tdrr_magic=%llu\n", |