summaryrefslogtreecommitdiffhomepage
path: root/src/internal/sltdl_module.h
blob: 26e47e38e41c102b27dd029255e6d9fa0b0b93bb (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef SLTDL_MODULE_H
#define SLTDL_MODULE_H

struct lt_modctx {
	struct lt_modctx *      mnext;
	void *                  maddr;
	char *                  mpath;
	size_t                  mrefs;
};

#endif