Move ocf_request from utils

ocf_request has always been first class citizen in OCF,
so lets place it along with another essential objects.

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2019-05-27 15:40:13 +02:00
parent 57bc19103d
commit 7de56940a4
33 changed files with 166 additions and 221 deletions

View File

@@ -1,8 +1,8 @@
#include "ocf/ocf.h"
#include "../engine/cache_engine.h"
#include "../engine/engine_common.h"
#include "../ocf_request.h"
#include "utils_pipeline.h"
#include "utils_req.h"
struct ocf_pipeline {
struct ocf_pipeline_properties *properties;