public abstract class recvflags_t extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
byteswap
byteswap flag is used internally; callers need not specify
|
static byte |
canmountoff
set "canmount=off" on all modified filesystems
|
static byte |
dryrun
do not actually do the recv, just check if it would work (ie, -n)
|
static byte |
force
rollback/destroy filesystems as necessary (eg, -F)
|
static byte |
isprefix
the destination is a prefix, not the exact fs (ie, -d)
|
static byte |
verbose
print informational messages (ie, -v was specified)
|
public static final byte verbose
public static final byte isprefix
public static final byte dryrun
public static final byte force
public static final byte canmountoff
public static final byte byteswap
Copyright © 2008–2017. All rights reserved.