summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/policy_table
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-01-23 16:12:59 -0500
committerJackLivio <jack@livio.io>2019-01-23 16:12:59 -0500
commit6b86e197ba38f6af3ba6390e920cae6f9abe654d (patch)
tree9d3ddf26ab5e8187eea329d893ddefd5cfa59ac3 /src/components/policy/policy_regular/include/policy/policy_table
parent91fc054c1f3de59944c4d7030f68a7640a34316f (diff)
downloadsdl_core-6b86e197ba38f6af3ba6390e920cae6f9abe654d.tar.gz
External policies
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/policy_table')
-rw-r--r--src/components/policy/policy_regular/include/policy/policy_table/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/policy/policy_regular/include/policy/policy_table/types.h b/src/components/policy/policy_regular/include/policy/policy_table/types.h
index 4a6795b382..a1779367cc 100644
--- a/src/components/policy/policy_regular/include/policy/policy_table/types.h
+++ b/src/components/policy/policy_regular/include/policy/policy_table/types.h
@@ -154,7 +154,7 @@ struct ApplicationParams : PolicyBase {
Optional<String<0, 255> > cloud_transport_type;
// App Service Params
- Optional<String<0, 255> > app_service_name;
+ Optional<String<0, 255> > service_name;
Optional<String<0, 255> > service_type;
Optional<HandledRpcs> handled_rpcs;