Explorar el Código

test mytop

master
10195501441 hace 3 años
padre
commit
c590f9fdf4
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      yeeshell.h

+ 4
- 0
yeeshell.h Ver fichero

@ -41,6 +41,10 @@ const char *cputimenames[] = {"user", "ipc", "kernelcall"};
#define TC_BUFFER 1024
#define TC_STRINGS 200
#define _ENDPOINT_P(e) ((((e) + 1023) % (1023 + ((endpoint_t)0x8ace) + 1)) - 1023)
unsigned int nr_procs, nr_tasks;
#define SLOT_NR(e) (_ENDPOINT_P(e) + nr_tasks)
struct proc
{
int p_flags;

Cargando…
Cancelar
Guardar