This function makes the pilot file so it's write pending, meaning that on the next call to flush, it will actually write out the data. There is no need to constantly do file access unless it's really needed
| 406 | // on the next call to flush, it will actually write out the data. There is |
| 407 | // no need to constantly do file access unless it's really needed |
| 408 | void pilot::write(void) { write_pending = true; } |
| 409 | |
| 410 | // This function makes certain that the pilot data is up to date with the |
| 411 | // actual pilot file, writing if needed. |
no outgoing calls
no test coverage detected