From 75393a987013e0bbd07eac62dfd4a7b72cc469ba Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 22 Feb 2005 13:06:42 +0000 Subject: [PATCH] Named the fReplyTo struct so that we can create other vars of this type. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11449 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/app/Message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/app/Message.h b/headers/os/app/Message.h index 685edf1b39..c5da3b9217 100644 --- a/headers/os/app/Message.h +++ b/headers/os/app/Message.h @@ -447,7 +447,7 @@ static BBlockCache *sMsgCache; BMessage::entry_hdr *fEntries; - struct { + struct reply_to_info { port_id port; int32 target; team_id team;