include: add cdip field in ofono_call

This commit is contained in:
Lucas De Marchi 2011-01-12 09:27:39 -02:00 committed by Denis Kenzior
parent 1100838037
commit a3438e0c6d
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ struct ofono_call {
int direction;
int status;
struct ofono_phone_number phone_number;
struct ofono_phone_number called_number;
char name[OFONO_MAX_CALLER_NAME_LENGTH + 1];
int clip_validity;
int cnap_validity;