Revision: 40615
http://brlcad.svn.sourceforge.net/brlcad/?rev=40615&view=rev
Author: davidloman
Date: 2010-09-20 18:08:58 +0000 (Mon, 20 Sep 2010)
Log Message:
-----------
Put the user_data field at the end of the pkg_switch struct, so as to be nice
to code already using certain forms of array initialization.
Modified Paths:
--------------
brlcad/trunk/include/pkg.h
Modified: brlcad/trunk/include/pkg.h
===================================================================
--- brlcad/trunk/include/pkg.h 2010-09-20 17:56:38 UTC (rev 40614)
+++ brlcad/trunk/include/pkg.h 2010-09-20 18:08:58 UTC (rev 40615)
@@ -66,8 +66,8 @@
struct pkg_switch {
unsigned short pks_type; /**< @brief Type code */
pkg_callback pks_handler; /**< @brief Message Handler */
+ char *pks_title; /**< @brief Description of message type */
void *pks_user_data; /**< @brief User defined pointer to data
*/
- char *pks_title; /**< @brief Description of message type */
};
/**
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits