clean up
This commit is contained in:
parent
364bb25ab7
commit
b76fb38bc2
16 changed files with 363 additions and 196 deletions
|
|
@ -42,5 +42,11 @@ typedef std::map<short, dataset> datasets;
|
|||
|
||||
//std::function<int()>;
|
||||
//typedef int receiveCallback;
|
||||
struct Options {
|
||||
unsigned flags = 0x00;
|
||||
std::string user;
|
||||
std::string password;
|
||||
std::string interface;
|
||||
};
|
||||
|
||||
#endif /* TYPES_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue