From 9a4122f74b6d32e9e154dfbc1a170fb051dfed6a Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 9 Mar 2011 18:42:06 -0600 Subject: [PATCH] include: Add support for dual stack contexts --- include/gprs-context.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/gprs-context.h b/include/gprs-context.h index c29c0dc9..51bcf71c 100644 --- a/include/gprs-context.h +++ b/include/gprs-context.h @@ -37,6 +37,7 @@ struct ofono_gprs_context; enum ofono_gprs_proto { OFONO_GPRS_PROTO_IP = 0, OFONO_GPRS_PROTO_IPV6, + OFONO_GPRS_PROTO_IPV4V6, }; enum ofono_gprs_context_type {