Skip to content

Commit 51828c2

Browse files
committed
Temporarily turn off 'smu' and 'mmu' modes because there are bugs in them
1 parent 3344bbf commit 51828c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libipc/ipc.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,8 +687,8 @@ buff_t chan_impl<Flag>::try_recv(ipc::handle_t h) {
687687
}
688688

689689
template struct chan_impl<ipc::wr<relat::single, relat::single, trans::unicast >>;
690-
template struct chan_impl<ipc::wr<relat::single, relat::multi , trans::unicast >>;
691-
template struct chan_impl<ipc::wr<relat::multi , relat::multi , trans::unicast >>;
690+
// template struct chan_impl<ipc::wr<relat::single, relat::multi , trans::unicast >>; // TBD
691+
// template struct chan_impl<ipc::wr<relat::multi , relat::multi , trans::unicast >>; // TBD
692692
template struct chan_impl<ipc::wr<relat::single, relat::multi , trans::broadcast>>;
693693
template struct chan_impl<ipc::wr<relat::multi , relat::multi , trans::broadcast>>;
694694

0 commit comments

Comments
 (0)