[glacier] Move Pair to glacier.

This commit is contained in:
Drew Galbraith 2023-06-21 20:47:40 -07:00
parent c2dfe17363
commit 0ec2fa3e76
3 changed files with 8 additions and 3 deletions

View file

@ -3,7 +3,7 @@
#include "include/ztypes.h"
#include "scheduler/scheduler.h"
Pair<glcr::RefPtr<Channel>, glcr::RefPtr<Channel>>
glcr::Pair<glcr::RefPtr<Channel>, glcr::RefPtr<Channel>>
Channel::CreateChannelPair() {
auto c1 = glcr::MakeRefCounted<Channel>();
auto c2 = glcr::MakeRefCounted<Channel>();