mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
enables |mass in the daemon
This commit is contained in:
parent
00877fb0ba
commit
c32b02b468
@ -1276,7 +1276,7 @@
|
||||
void
|
||||
u3_daemon_bail(void);
|
||||
|
||||
/* u3_king_grab(): gc the daemon area
|
||||
/* u3_daemon_grab(): gc the daemon
|
||||
*/
|
||||
void
|
||||
u3_daemon_grab(void* vod_p);
|
||||
|
@ -916,14 +916,11 @@ u3_daemon_bail(void)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
/* u3_daemon_grab(): gc the daemon area
|
||||
/* u3_daemon_grab(): gc the daemon
|
||||
*/
|
||||
void
|
||||
u3_daemon_grab(void* vod_p)
|
||||
{
|
||||
// XX fix leaks and enable
|
||||
//
|
||||
#if 0
|
||||
c3_w man_w = 0, pir_w = 0;
|
||||
FILE* fil_u = u3_term_io_hija();
|
||||
|
||||
@ -938,5 +935,4 @@ u3_daemon_grab(void* vod_p)
|
||||
u3a_print_memory(fil_u, "sweep", u3a_sweep());
|
||||
|
||||
u3_term_io_loja(0);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user