You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.9 KiB

  1. --- a/src/common/sysrepo.pb-c.c
  2. +++ b/src/common/sysrepo.pb-c.c
  3. @@ -8013,7 +8013,7 @@ const ProtobufCMessageDescriptor sr__eve
  4. (ProtobufCMessageInit) sr__event_notif_replay_resp__init,
  5. NULL,NULL,NULL /* reserved[123] */
  6. };
  7. -static const ProtobufCFieldDescriptor sr__data_provide_req__field_descriptors[4] =
  8. +static const ProtobufCFieldDescriptor sr__data_provide_req__field_descriptors[5] =
  9. {
  10. {
  11. "xpath",
  12. @@ -8063,8 +8063,21 @@ static const ProtobufCFieldDescriptor sr
  13. 0, /* flags */
  14. 0,NULL,NULL /* reserved1,reserved2, etc */
  15. },
  16. + {
  17. + "original_xpath",
  18. + 21,
  19. + PROTOBUF_C_LABEL_REQUIRED,
  20. + PROTOBUF_C_TYPE_STRING,
  21. + 0, /* quantifier_offset */
  22. + offsetof(Sr__DataProvideReq, original_xpath),
  23. + NULL,
  24. + NULL,
  25. + 0, /* flags */
  26. + 0,NULL,NULL /* reserved1,reserved2, etc */
  27. + },
  28. };
  29. static const unsigned sr__data_provide_req__field_indices_by_name[] = {
  30. + 4, /* field[4] = original_xpath */
  31. 3, /* field[3] = request_id */
  32. 1, /* field[1] = subscriber_address */
  33. 2, /* field[2] = subscription_id */
  34. @@ -8075,7 +8088,7 @@ static const ProtobufCIntRange sr__data_
  35. { 1, 0 },
  36. { 10, 1 },
  37. { 20, 3 },
  38. - { 0, 4 }
  39. + { 0, 5 }
  40. };
  41. const ProtobufCMessageDescriptor sr__data_provide_req__descriptor =
  42. {
  43. @@ -8085,7 +8098,7 @@ const ProtobufCMessageDescriptor sr__dat
  44. "Sr__DataProvideReq",
  45. "sr",
  46. sizeof(Sr__DataProvideReq),
  47. - 4,
  48. + 5,
  49. sr__data_provide_req__field_descriptors,
  50. sr__data_provide_req__field_indices_by_name,
  51. 3, sr__data_provide_req__number_ranges,
  52. --- a/src/common/sysrepo.pb-c.h
  53. +++ b/src/common/sysrepo.pb-c.h
  54. @@ -1630,10 +1630,11 @@ struct _Sr__DataProvideReq
  55. char *subscriber_address;
  56. uint32_t subscription_id;
  57. uint64_t request_id;
  58. + char *original_xpath;
  59. };
  60. #define SR__DATA_PROVIDE_REQ__INIT \
  61. { PROTOBUF_C_MESSAGE_INIT (&sr__data_provide_req__descriptor) \
  62. - , NULL, NULL, 0, 0 }
  63. + , NULL, NULL, 0, 0, NULL }
  64. /*