diff options
Diffstat (limited to 'include/zpios-internal.h')
-rw-r--r-- | include/zpios-internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zpios-internal.h b/include/zpios-internal.h index 4b99b4ce3..dd2bd2343 100644 --- a/include/zpios-internal.h +++ b/include/zpios-internal.h @@ -29,6 +29,8 @@ * * You should have received a copy of the GNU General Public License along * with ZPIOS. If not, see <http://www.gnu.org/licenses/>. + * + * Copyright (c) 2015, Intel Corporation. */ #ifndef _ZPIOS_INTERNAL_H @@ -79,6 +81,7 @@ typedef struct run_args { __u32 chunk_noise; __u32 thread_delay; __u32 flags; + __u32 block_size; char pre[ZPIOS_PATH_SIZE]; char post[ZPIOS_PATH_SIZE]; char log[ZPIOS_PATH_SIZE]; |