Revision: 76590
          http://sourceforge.net/p/brlcad/code/76590
Author:   starseeker
Date:     2020-07-30 12:18:44 +0000 (Thu, 30 Jul 2020)
Log Message:
-----------
Add a slot for user data to struct ged.

Modified Paths:
--------------
    brlcad/branches/bioh/include/ged/defines.h

Modified: brlcad/branches/bioh/include/ged/defines.h
===================================================================
--- brlcad/branches/bioh/include/ged/defines.h  2020-07-30 06:12:21 UTC (rev 
76589)
+++ brlcad/branches/bioh/include/ged/defines.h  2020-07-30 12:18:44 UTC (rev 
76590)
@@ -193,6 +193,7 @@
 struct ged {
     struct bu_list             l;
     struct rt_wdb              *ged_wdbp;
+    void                        *u_data; /**< @brief User data associated with 
this ged instance */
 
     /** for catching log messages */
     struct bu_vls              *ged_log;
@@ -218,6 +219,9 @@
 
     char                       *ged_output_script;             /**< @brief  
script for use by the outputHandler */
 
+
+
+
     /* FIXME -- this ugly hack needs to die.  the result string should be 
stored before the call. */
     int                        ged_internal_call;
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to