| 111 | static int no_pkg_status = 0; |
| 112 | |
| 113 | static void rpc_get_pkg_stats(int sender_id, void *foo) |
| 114 | { |
| 115 | #ifdef PKG_MALLOC |
| 116 | pkg_status_holder *holder; |
| 117 | |
| 118 | holder = (pkg_status && process_no<no_pkg_status)? |
| 119 | &(pkg_status[process_no]) : NULL ; |
| 120 | |
| 121 | set_pkg_stats( holder ); |
| 122 | #endif |
| 123 | return; |
| 124 | } |
| 125 | |
| 126 | static inline void signal_pkg_status(unsigned long proc_id) |
| 127 | { |
no test coverage detected