Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
516008ff
Commit
516008ff
authored
Jan 13, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Jan 14, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Add traces to the start of TowerConstruct and TowerExplode.
parent
4402daa0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
rpc_epmap.c
dlls/rpcrt4/rpc_epmap.c
+6
-0
No files found.
dlls/rpcrt4/rpc_epmap.c
View file @
516008ff
...
...
@@ -267,6 +267,9 @@ RPC_STATUS WINAPI TowerExplode(
const
twr_uuid_floor_t
*
object_floor
;
const
twr_uuid_floor_t
*
syntax_floor
;
TRACE
(
"(%p, %p, %p, %p, %p, %p)
\n
"
,
tower
,
object
,
syntax
,
protseq
,
endpoint
,
address
);
if
(
protseq
)
*
protseq
=
NULL
;
if
(
endpoint
)
...
...
@@ -336,6 +339,9 @@ RPC_STATUS WINAPI TowerConstruct(
twr_uuid_floor_t
*
object_floor
;
twr_uuid_floor_t
*
syntax_floor
;
TRACE
(
"(%p, %p, %s, %s, %s, %p)
\n
"
,
object
,
syntax
,
debugstr_a
(
protseq
),
debugstr_a
(
endpoint
),
debugstr_a
(
address
),
tower
);
*
tower
=
NULL
;
status
=
RpcTransport_GetTopOfTower
(
NULL
,
&
tower_size
,
protseq
,
address
,
endpoint
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment