Commit 96e9663a authored by Kenton Varda's avatar Kenton Varda

Fix link errors.

parent d4cd01e9
...@@ -105,8 +105,6 @@ kj::Promise<void> ClientHook::whenResolved() { ...@@ -105,8 +105,6 @@ kj::Promise<void> ClientHook::whenResolved() {
} }
} }
const uint ClientHook::NULL_CAPABILITY_BRAND = 0;
// ======================================================================================= // =======================================================================================
static inline uint firstSegmentSize(kj::Maybe<MessageSize> sizeHint) { static inline uint firstSegmentSize(kj::Maybe<MessageSize> sizeHint) {
......
...@@ -43,6 +43,14 @@ void setGlobalBrokenCapFactoryForLayoutCpp(BrokenCapFactory& factory) { ...@@ -43,6 +43,14 @@ void setGlobalBrokenCapFactoryForLayoutCpp(BrokenCapFactory& factory) {
// is ready for it. May be called multiple times but always with the same value. // is ready for it. May be called multiple times but always with the same value.
__atomic_store_n(&brokenCapFactory, &factory, __ATOMIC_RELAXED); __atomic_store_n(&brokenCapFactory, &factory, __ATOMIC_RELAXED);
} }
} // namespace _ (private)
const uint ClientHook::NULL_CAPABILITY_BRAND = 0;
// Defined here rather than capability.c++ so that we can safely call isNull() in this file.
namespace _ { // private
#endif // !CAPNP_LITE #endif // !CAPNP_LITE
// ======================================================================================= // =======================================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment