mkuz_cfg.h (4fc55e3e46222743c4d7af07d911b55538899657) | mkuz_cfg.h (bc3b2c55456d06790eb8f2ce26d4dccafce1ffa5) |
---|---|
1/* 2 * Copyright (c) 2016 Maxim Sobolev <sobomax@FreeBSD.org> 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 22 unchanged lines hidden (view full) --- 31struct mkuz_cfg { 32 int fdr; 33 int fdw; 34 int verbose; 35 int no_zcomp; 36 int en_dedup; 37 int nworkers; 38 int blksz; | 1/* 2 * Copyright (c) 2016 Maxim Sobolev <sobomax@FreeBSD.org> 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 22 unchanged lines hidden (view full) --- 31struct mkuz_cfg { 32 int fdr; 33 int fdw; 34 int verbose; 35 int no_zcomp; 36 int en_dedup; 37 int nworkers; 38 int blksz; |
39 const char *iname; 40 off_t isize; |
|
39 const struct mkuz_format *handler; 40}; | 41 const struct mkuz_format *handler; 42}; |