tst: passthrough-fuse: initial checkin

This commit is contained in:
Bill Zissimopoulos
2017-01-28 22:47:46 -08:00
parent e12e3630bb
commit 473914d45f
8 changed files with 598 additions and 0 deletions

View File

@ -0,0 +1,19 @@
/**
* @file passthrough-fuse.c
*
* @copyright 2015-2017 Bill Zissimopoulos
*/
/*
* This file is part of WinFsp.
*
* You can redistribute it and/or modify it under the terms of the GNU
* General Public License version 3 as published by the Free Software
* Foundation.
*
* Licensees holding a valid commercial license may use this file in
* accordance with the commercial license agreement provided with the
* software.
*/
#include <fuse.h>
#include "winposix.h"