leil-io / saunafs

SaunaFS is a free-and open source, distributed POSIX file system inspired by Google File System.
https://saunafs.com
GNU General Public License v3.0
62 stars 5 forks source link

refactor(chunkserver): Give own files to ChunkserverEntry #217

Closed lgsilva3087 closed 1 month ago

lgsilva3087 commented 1 month ago

[Must be merged after PR #210]

ChunkserverEntry now has its own .h and .cc files, which cleans up the NetworkWorkerThread related files.

Misc changes in network_worker_thread.h and .cc: