Displaying 2 results from an estimated 2 matches for "parted_opt_m".
2015 Mar 24
1
Re: [PATCH] New API: part_get_part_type for showing partition type
...;ll rename it to PARTED_NOT_USE_M in the next version.
>
> Improving the readability of a raw integer is a good thing; however,
> I'd suggest switching to an enum instead.
>
Hi,
How about:
enum {
PARTED_INVALID = -1,
/* parted do not support -m option */
PARTED_OPT_NO_M,
PARTED_OPT_M};
print_partition_table(xxx, PARTED_OPT_NO_M)
Regards,
- Chen
2015 Mar 24
2
Re: [PATCH] New API: part_get_part_type for showing partition type
> -----Original Message-----
> From: Richard W.M. Jones [mailto:rjones@redhat.com]
> Sent: Monday, March 23, 2015 9:29 PM
> To: Chen, Hanxiao/陈 晗霄
> Cc: libguestfs@redhat.com
> Subject: Re: [Libguestfs] [PATCH] New API: part_get_part_type for showing partition
> type
>
> On Tue, Mar 17, 2015 at 02:45:46AM -0400, Chen Hanxiao wrote:
> > This patch will add support