Skip to content
Snippets Groups Projects
Commit ec5abaf0 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Add Missing files

parent a1c9250c
No related branches found
No related tags found
No related merge requests found
/*
* ptr_info.hpp
*
* Created on: Nov 19, 2015
* Author: i-bird
*/
#ifndef OPENFPM_DEVICES_SRC_PTR_INFO_HPP_
#define OPENFPM_DEVICES_SRC_PTR_INFO_HPP_
struct ptr_info
{
size_t id;
size_t struct_id;
size_t project_id;
size_t size;
};
#endif /* OPENFPM_DEVICES_SRC_PTR_INFO_HPP_ */
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