]> Zhao Yanbai Git Server - minix.git/commitdiff
Added ipc_stats_target.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 22 Feb 2008 12:25:44 +0000 (12:25 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 22 Feb 2008 12:25:44 +0000 (12:25 +0000)
kernel/table.c

index 62e53bdab79cf7c513af8b9fb1db54e454d0d209..dd2e5c2edb29163267b904660ddb58bf17566be9 100755 (executable)
@@ -136,3 +136,4 @@ extern int dummy[(NR_BOOT_PROCS==sizeof(image)/
        sizeof(struct boot_image))?1:-1];
 extern int dummy[(BITCHUNK_BITS > NR_BOOT_PROCS - 1) ? 1 : -1];
 
+PUBLIC endpoint_t ipc_stats_target= NONE;