ya.make 529 B

123456789101112131415161718192021222324252627282930313233343536
  1. LIBRARY()
  2. OWNER(
  3. pg
  4. g:balancer
  5. )
  6. GENERATE_ENUM_SERIALIZATION(poller.h)
  7. GENERATE_ENUM_SERIALIZATION(stack/stack_common.h)
  8. PEERDIR(
  9. contrib/libs/libc_compat
  10. library/cpp/containers/intrusive_rb_tree
  11. )
  12. SRCS(
  13. cont_poller.cpp
  14. helper.cpp
  15. impl.cpp
  16. iostatus.cpp
  17. network.cpp
  18. poller.cpp
  19. sockpool.cpp
  20. stack/stack.cpp
  21. stack/stack_allocator.cpp
  22. stack/stack_guards.cpp
  23. stack/stack_storage.cpp
  24. stack/stack_utils.cpp
  25. trampoline.cpp
  26. )
  27. END()
  28. RECURSE(
  29. stack/benchmark
  30. )