search for: 6043ee2

Displaying 2 results from an estimated 2 matches for "6043ee2".

Did you mean: 0643eeb
2020 Sep 11
3
[libnbd PATCH] api: Add LIBNBD_SHUTDOWN_IMMEDIATE flag
...lags_CFLAGS = $(WARNINGS_CFLAGS) +shutdown_flags_LDADD = $(top_builddir)/lib/libnbd.la + get_size_SOURCES = get-size.c get_size_CPPFLAGS = -I$(top_srcdir)/include get_size_CFLAGS = $(WARNINGS_CFLAGS) diff --git a/tests/shutdown-flags.c b/tests/shutdown-flags.c new file mode 100644 index 0000000..6043ee2 --- /dev/null +++ b/tests/shutdown-flags.c @@ -0,0 +1,166 @@ +/* NBD client library in userspace + * Copyright (C) 2013-2020 Red Hat Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by...
2020 Sep 17
0
Re: [libnbd PATCH] api: Add LIBNBD_SHUTDOWN_IMMEDIATE flag
...hutdown_flags_LDADD = $(top_builddir)/lib/libnbd.la > + > get_size_SOURCES = get-size.c > get_size_CPPFLAGS = -I$(top_srcdir)/include > get_size_CFLAGS = $(WARNINGS_CFLAGS) > diff --git a/tests/shutdown-flags.c b/tests/shutdown-flags.c > new file mode 100644 > index 0000000..6043ee2 > --- /dev/null > +++ b/tests/shutdown-flags.c > @@ -0,0 +1,166 @@ > +/* NBD client library in userspace > + * Copyright (C) 2013-2020 Red Hat Inc. > + * > + * This library is free software; you can redistribute it and/or > + * modify it under the terms of the GNU Lesser Gen...