We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec8b86 commit e35f055Copy full SHA for e35f055
driver/ppm_events_public.h
@@ -1364,8 +1364,8 @@ enum ppm_param_type {
1364
PT_IPV6NET = 39, /* An IPv6 network. */
1365
PT_IPADDR = 40, /* Either an IPv4 or IPv6 address. The length indicates which one it is. */
1366
PT_IPNET = 41, /* Either an IPv4 or IPv6 network. The length indicates which one it is. */
1367
- PT_MAX = 42, /* array size */
1368
- PT_MODE = 43 /* a 32 bit bitmask to represent file modes. */
+ PT_MODE = 42, /* a 32 bit bitmask to represent file modes. */
+ PT_MAX = 43 /* array size */
1369
};
1370
1371
enum ppm_print_format {
0 commit comments