diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-06-15 00:04:15 +0200 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-10-16 17:09:21 +0000 |
commit | fc0feee65481f7edf1118e8dd74a5352901f677f (patch) | |
tree | 6da08a5018f26f725f852240c64a6aa7aedd8640 /plugins/huawei/mm-call-huawei.h | |
parent | f71e120fb7e120c615e83a3803f20a0bd69b659e (diff) |
huawei,call: handle in-call URCs in the call object itself
Instead of handling the URCs in the modem object and using the
MMIfaceModem as a bridge to report the status read from the URC to a
call obtained from the MMCallList... just handle the URCs in the call
object itself.
Diffstat (limited to 'plugins/huawei/mm-call-huawei.h')
-rw-r--r-- | plugins/huawei/mm-call-huawei.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/huawei/mm-call-huawei.h b/plugins/huawei/mm-call-huawei.h index fe7e66d3..24b6395d 100644 --- a/plugins/huawei/mm-call-huawei.h +++ b/plugins/huawei/mm-call-huawei.h @@ -30,9 +30,11 @@ typedef struct _MMCallHuawei MMCallHuawei; typedef struct _MMCallHuaweiClass MMCallHuaweiClass; +typedef struct _MMCallHuaweiPrivate MMCallHuaweiPrivate; struct _MMCallHuawei { MMBaseCall parent; + MMCallHuaweiPrivate *priv; }; struct _MMCallHuaweiClass { |