Adding missing admin flag for ASN.1

This commit is contained in:
lotodore
2009-07-31 21:09:18 +00:00
parent 5ff441419f
commit 44c71fe67a
40 changed files with 117 additions and 105 deletions
+2
View File
@@ -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.