diff options
author | ijon <ijon@ydb.tech> | 2024-03-21 13:08:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 13:08:30 +0300 |
commit | c8d80149e40e3981913d6f802850407350e31c08 (patch) | |
tree | 94ddce31bedfd05cff19dd755da9e20231772c49 /library/cpp/cppparser/parser.cpp | |
parent | f47723e203bb9aa33e2895bab4a4c275fea2686f (diff) | |
download | ydb-c8d80149e40e3981913d6f802850407350e31c08.tar.gz |
schemeboard: separate public and internal events (#2668)
To reduce build-time effect of internal changes due to (transitive) dependency on `ydb/core/tx/scheme_board/events.h`.
`ydb/core/tx/scheme_board/events.h` now defines truly public events (used by several schemeboard clients):
- `TEvNotifyUpdate`
- `TEvNotifyDelete`
`ydb/core/tx/scheme_board/events_internal.h` defines events internal to schemeboard.
`ydb/core/tx/scheme_board/events_schemeshard.h` is a special case for `TEvUpdateAck` -- mostly internal event with single very specific use in schemeshard-schemeboard communication.
Diffstat (limited to 'library/cpp/cppparser/parser.cpp')
0 files changed, 0 insertions, 0 deletions