X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Fmrp_client%2Fmrpdhelper.c;h=7db0e6ad00e7f7cdaef1262a17b6458a59e224fe;hb=a1fb129d0b3bdc27f47ef2217a55537b74682c77;hp=b413e23dfff20d85a0af158410a32a5d327095fd;hpb=99ed7a131bbbbabdee5fd94e2ccbe5f51485f6a5;p=profile%2Fivi%2FOpenAVB.git diff --git a/examples/mrp_client/mrpdhelper.c b/examples/mrp_client/mrpdhelper.c index b413e23..7db0e6a 100755 --- a/examples/mrp_client/mrpdhelper.c +++ b/examples/mrp_client/mrpdhelper.c @@ -52,18 +52,18 @@ struct app_state_to_enum { char *s; enum mrpdhelper_applicant_state value; } mrp_app_state_mapping[12] = { - "VO", mrpdhelper_applicant_state_VO, - "VP", mrpdhelper_applicant_state_VP, - "VN", mrpdhelper_applicant_state_VN, - "AN", mrpdhelper_applicant_state_AN, - "AA", mrpdhelper_applicant_state_AA, - "QA", mrpdhelper_applicant_state_QA, - "LA", mrpdhelper_applicant_state_LA, - "AO", mrpdhelper_applicant_state_AO, - "QO", mrpdhelper_applicant_state_QO, - "AP", mrpdhelper_applicant_state_AP, - "QP", mrpdhelper_applicant_state_QP, - "LO", mrpdhelper_applicant_state_LO + {"VO", mrpdhelper_applicant_state_VO}, + {"VP", mrpdhelper_applicant_state_VP}, + {"VN", mrpdhelper_applicant_state_VN}, + {"AN", mrpdhelper_applicant_state_AN}, + {"AA", mrpdhelper_applicant_state_AA}, + {"QA", mrpdhelper_applicant_state_QA}, + {"LA", mrpdhelper_applicant_state_LA}, + {"AO", mrpdhelper_applicant_state_AO}, + {"QO", mrpdhelper_applicant_state_QO}, + {"AP", mrpdhelper_applicant_state_AP}, + {"QP", mrpdhelper_applicant_state_QP}, + {"LO", mrpdhelper_applicant_state_LO} };