c-ipfs/include/ipfs/core/ipfs_node.h

14 lines
278 B
C
Raw Normal View History

2016-10-27 18:11:34 +00:00
#ifndef __CORE_IPFS_NODE_H__
#define __CORE_IPFS_NODE_H__
struct IpfsNode {
//struct PeerId identity;
//struct Repo repo;
//struct Pinner pinning; // an interface
//struct Mount** mounts;
//struct PrivKey* private_key;
// TODO: Add more here
};
#endif /* ipfs_node_h */