Skip to content
Snippets Groups Projects
Commit 722f21e1 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Rename index list cache.

* In a follow-up step it will also be used for source lists.
parent 546be1f8
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -231,8 +231,8 @@ libcdipio_la_SOURCES = \
pio_dbuffer.c \
pio_dbuffer.h \
pio_dist_grid.c \
pio_dstlist_cache.c \
pio_dstlist_cache.h \
pio_idxlist_cache.c \
pio_idxlist_cache.h \
pio_id_set.h \
pio_impl.h \
pio_interface.c \
......
......@@ -9,7 +9,7 @@
#include "dmemory.h"
#include "error.h"
#include "pio_dstlist_cache.h"
#include "pio_idxlist_cache.h"
enum
{
......
#ifndef CDI_PIO_DSTLIST_CACHE_H
#define CDI_PIO_DSTLIST_CACHE_H
#ifndef CDI_PIO_IDXLIST_CACHE_H
#define CDI_PIO_IDXLIST_CACHE_H
#ifdef HAVE_CONFIG_H
#include "config.h"
......
......@@ -31,7 +31,7 @@
#include "pio_cdf_int.h"
#include "pio_comm.h"
#include "pio_conf.h"
#include "pio_dstlist_cache.h"
#include "pio_idxlist_cache.h"
#include "pio_id_set.h"
#include "pio_interface.h"
#include "pio_rpc.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment