commit | f11d0a375f0118a2cc1a528fe0471d0933b9206d | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Dec 09 12:09:44 2005 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Dec 09 12:09:44 2005 +0100 |
tree | cc4822143c27a20c4bbd0f7f0dd5c0052baae78c | |
parent | 7a096601e3f94e932a33e10f3fe40a6a40c1ddee [diff] [blame] |
server: Use attributes instead of inherit flag in snapshot requests.
diff --git a/server/protocol.def b/server/protocol.def index 2dfd020..0792f22 100644 --- a/server/protocol.def +++ b/server/protocol.def
@@ -1096,7 +1096,7 @@ #define SNAP_MODULE 0x00000008 /* Create a snapshot */ @REQ(create_snapshot) - int inherit; /* inherit flag */ + unsigned int attributes; /* object attributes */ int flags; /* snapshot flags (SNAP_*) */ process_id_t pid; /* process id */ @REPLY