search for: 1cfcb3d

Displaying 2 results from an estimated 2 matches for "1cfcb3d".

Did you mean: 10fcbd
2019 Jun 27
0
Re: [libnbd PATCH] generator: Add support for namespace constants
...your patches, so it doesn't have to happen today, but it's food for thought. Here's what I'm pushing as a followup to your patch, to add more documentation about the constants, and to use them in our testsuite: diff --git i/generator/generator w/generator/generator index 9d8d257..1cfcb3d 100755 --- i/generator/generator +++ w/generator/generator @@ -1118,7 +1118,10 @@ was actually negotiated, call C<nbd_can_meta_context> after connecting. The single parameter is the name of the metadata context, -for example C<\"base:allocation\">. +for example C<LIBNBD_...
2019 Jun 27
3
[libnbd PATCH] generator: Add support for namespace constants
This just defines the namespace, its contexts and related constants and the only supported one is currently base:allocation. The names of the constants are not very future-proof, but shorter than LIBNBD_META_NS_CONTEXT_BASE_ALLOCATION or similar. Currently the output looks like this: /* "base" namespace */ /* "base" namespace contexts */ /* "base:allocation"