diff options
Diffstat (limited to 'include/gsmd/gsmd.h')
-rw-r--r-- | include/gsmd/gsmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gsmd/gsmd.h b/include/gsmd/gsmd.h index 585d78d..47bc43d 100644 --- a/include/gsmd/gsmd.h +++ b/include/gsmd/gsmd.h @@ -74,6 +74,7 @@ struct gsmd; #define GSMD_ATCMD_TIMEOUT 60 /* If doesn get respond within 60 secs, discard */ struct gsmd { + unsigned int instance; unsigned int flags; int interpreter_ready; struct gsmd_fd gfd_uart; |