| # | Line 46 | Line 46 | class Config { | |
|---|---|---|
| 46 | bool configChanged; // has the config changed since we last loaded it? | |
| 47 | string lastModified; // saves the last modifed long integer | |
| 48 | string fileList; // saves the last modifed file list | |
| 49 | + | string fQDN; |
| 50 | int numProperties; // the number of properties which this host wants | |
| 51 | string propertyNames[20]; // an array of strings which corrisponds to... | |
| 52 | string propertyValues[20]; // these values | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |