ticket24714 284 B

123456
  1. o Code simplification and refactoring:
  2. - Rename two fields of connection_t struct.
  3. timestamp_lastwritten is renamed to timestamp_last_write_allowed and
  4. timestamp_lastread is renamed to timestamp_last_read_allowed.
  5. Closes ticket 24714, patch by "valentecaio".