commit | 039bacb0c9edcba8dab5f3243105b1b1dd2d897e | [log] [tgz] |
---|---|---|
author | Bernhard Loos <bernhardloos@googlemail.com> | Mon Sep 26 13:57:15 2011 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 27 16:54:00 2011 +0200 |
tree | dac9ab6578aa1f9dcbb0b5cac1a1f994add65060 | |
parent | 557deb0a197a095f93727e1c8004567758100e71 [diff] [blame] |
server: Store sharing state for named pipes.
diff --git a/server/protocol.def b/server/protocol.def index 123f16a..71524a4 100644 --- a/server/protocol.def +++ b/server/protocol.def
@@ -2186,6 +2186,7 @@ unsigned int attributes; /* object attributes */ obj_handle_t rootdir; /* root directory */ unsigned int options; + unsigned int sharing; unsigned int maxinstances; unsigned int outsize; unsigned int insize;