Displaying 3 results from an estimated 3 matches for "libnbd_meta_ns_context_base_alloc".
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" context related constants */
Separated by two empty lines from unrelated parts of the header file above and
below.
Signed-off-by: Ma...
2019 Jun 28
1
Re: [libnbd PATCH] generator: Add support for namespace constants
...M -0500, Eric Blake wrote:
>On 6/27/19 5:07 AM, Martin Kletzander wrote:
>> 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" context related constants */
>>
>> Separated...
2019 Jun 27
0
Re: [libnbd PATCH] generator: Add support for namespace constants
On 6/27/19 5:07 AM, Martin Kletzander wrote:
> 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" context related constants */
>
> Separated by two empty lines from unrelated parts...