]> Zhao Yanbai Git Server - minix.git/commit
PM/VFS protocol: prefix with VFS_PM_
authorDavid van Moolenbroek <david@minix3.org>
Mon, 28 Oct 2013 21:19:40 +0000 (22:19 +0100)
committerLionel Sambuc <lionel@minix3.org>
Sat, 1 Mar 2014 08:05:00 +0000 (09:05 +0100)
commit87c599da2d24270b9f0622505d16ccb5ebd69b8b
treedda265faea583aeced9c1a869a9c6ca7f395d4aa
parent44d3230e40145622ed2b2aced74e62f42fbfa2d1
PM/VFS protocol: prefix with VFS_PM_

These calls are sent to VFS, and thus should be prefixed with VFS_.
Clean up the protocol and PM's main function a bit.

Since the protocol is substantially big and different from normal VFS
requests, this protocol retains its own numbering range for now.

Change-Id: Ia62104b5c5c929ed787144816d2e4cc70bed3b0b
12 files changed:
include/minix/com.h
servers/pm/alarm.c
servers/pm/exec.c
servers/pm/forkexit.c
servers/pm/getset.c
servers/pm/main.c
servers/pm/misc.c
servers/pm/pm.h
servers/pm/signal.c
servers/pm/utility.c
servers/vfs/main.c
servers/vfs/misc.c