Adding missing admin flag for ASN.1
This commit is contained in:
+2
@@ -12,6 +12,7 @@
|
||||
|
||||
/* Including external dependencies */
|
||||
#include "NonZeroId.h"
|
||||
#include <BOOLEAN.h>
|
||||
#include <constr_SEQUENCE.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
@@ -21,6 +22,7 @@ extern "C" {
|
||||
/* GamePlayerJoined */
|
||||
typedef struct GamePlayerJoined {
|
||||
NonZeroId_t playerId;
|
||||
BOOLEAN_t isAdmin;
|
||||
/*
|
||||
* This type is extensible,
|
||||
* possible extensions are below.
|
||||
|
||||
Reference in New Issue
Block a user