Use C++ syntax for defining types, not C one.

This commit is contained in:
joerg 2020-02-23 02:06:01 +00:00
parent 984afdcb42
commit 723199159f

View File

@ -86,7 +86,7 @@
static struct cmd_list_element *sparc64adilist = NULL;
/* ADI stat settings. */
typedef struct
struct adi_stat_t
{
/* The ADI block size. */
unsigned long blksize;
@ -108,7 +108,7 @@ typedef struct
/* ADI is available. */
bool is_avail = false;
} adi_stat_t;
};
/* Per-process ADI stat info. */