change filenames and directory structure to use halo (#81)

This commit is contained in:
Robert Nishihara
2016-06-03 18:32:57 -07:00
committed by Philipp Moritz
parent b58eaf84ee
commit 67086f663e
41 changed files with 446 additions and 446 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
#ifndef ORCHESTRA_OBJSTORE_H
#define ORCHESTRA_OBJSTORE_H
#ifndef HALO_OBJSTORE_H
#define HALO_OBJSTORE_H
#include <unordered_map>
#include <memory>
@@ -7,8 +7,8 @@
#include <iostream>
#include <grpc++/grpc++.h>
#include "orchestra/orchestra.h"
#include "orchestra.grpc.pb.h"
#include "halo/halo.h"
#include "halo.grpc.pb.h"
#include "types.pb.h"
#include "ipc.h"