From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Subject: Re: [PATCH 2/5] [pm] Add state field to pm_message_t (to hold actual state device is in) Date: Sat, 18 Feb 2006 16:51:04 +0100 Message-ID: <20060218155104.GD5658@openzaurus.ucw.cz> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============94307926756016869==" Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.osdl.org Errors-To: linux-pm-bounces@lists.osdl.org To: Patrick Mochel Cc: akpm@osdl.org, torvalds@osdl.org, linux-kernel@vger.kernel.org, linux-pm@osdl.org List-Id: linux-pm@vger.kernel.org --===============94307926756016869== Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! > diff --git a/include/linux/pm.h b/include/linux/pm.h > index 5be87ba..a7324ea 100644 > --- a/include/linux/pm.h > +++ b/include/linux/pm.h > @@ -140,6 +140,7 @@ struct device; > > typedef struct pm_message { > int event; > + u32 state; > } pm_message_t; We have had enough problems with u32s before... What about char *, and pass real state names? Pavel -- 64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms --===============94307926756016869== Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --===============94307926756016869==--