mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
fix somme inits
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2d11995d1d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -593,9 +593,9 @@ void *tuxtxt_CacheThread(void * /*arg*/)
|
||||
tstPageinfo *pageinfo_thread;
|
||||
|
||||
set_threadname("tuxtxt:cache");
|
||||
printf("TuxTxt running thread...(%04x)\n",tuxtxt_cache.vtxtpid);
|
||||
int err = nice(3);
|
||||
printf("TuxTxt running thread...(%04x)%s\n",tuxtxt_cache.vtxtpid,err!=0?" nice error":"");
|
||||
tuxtxt_cache.receiving = 1;
|
||||
nice(3);
|
||||
while (!stop_cache)
|
||||
{
|
||||
/* check stopsignal */
|
||||
|
Reference in New Issue
Block a user