소스 검색

test mytop

master
10195501441 3 년 전
부모
커밋
c590f9fdf4
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      yeeshell.h

+ 4
- 0
yeeshell.h 파일 보기

@ -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;

불러오는 중...
취소
저장