Skip to content

Commit e11532b

Browse files
committed
Merge branch 'fix/applist-reload' of https://github.com/eduardomozart/Sunshine into fix/applist-reload
2 parents 9f01397 + 72527fa commit e11532b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/process.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ namespace proc {
4545

4646
proc_t proc; ///< Global process registry used to track and terminate child processes.
4747

48+
std::filesystem::file_time_type last_apps_file_update; ///< Timestamp of the last time apps.json was parsed.
49+
4850
/**
4951
* @brief RAII helper that runs shutdown cleanup when destroyed.
5052
*/

0 commit comments

Comments
 (0)