include: add cdip field in ofono_call
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 12 Jan 2011 11:27:39 +0000 (09:27 -0200)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 18 Jan 2011 22:09:27 +0000 (16:09 -0600)
include/types.h

index 1b95eaa..7963e0f 100644 (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;