]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/log/src/setup/parser_utils.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / log / src / setup / parser_utils.hpp
index 299b72f1ba151a1016d1d2a5d49f347e24487b94..94f5ffb56c7a4d72597d6f41edc4feba66f507e6 100644 (file)
@@ -95,6 +95,7 @@ struct char_constants< char >
     static const char_type* rotation_interval_param_name() { return "RotationInterval"; }
     static const char_type* rotation_time_point_param_name() { return "RotationTimePoint"; }
     static const char_type* append_param_name() { return "Append"; }
+    static const char_type* enable_final_rotation_param_name() { return "EnableFinalRotation"; }
     static const char_type* auto_flush_param_name() { return "AutoFlush"; }
     static const char_type* asynchronous_param_name() { return "Asynchronous"; }
     static const char_type* format_param_name() { return "Format"; }
@@ -225,6 +226,7 @@ struct char_constants< wchar_t >
     static const char_type* rotation_interval_param_name() { return L"RotationInterval"; }
     static const char_type* rotation_time_point_param_name() { return L"RotationTimePoint"; }
     static const char_type* append_param_name() { return L"Append"; }
+    static const char_type* enable_final_rotation_param_name() { return L"EnableFinalRotation"; }
     static const char_type* auto_flush_param_name() { return L"AutoFlush"; }
     static const char_type* asynchronous_param_name() { return L"Asynchronous"; }
     static const char_type* format_param_name() { return L"Format"; }