Ignore:
Timestamp:
Feb 21, 2008, 6:43:57 PM (16 years ago)
Author:
mmc
Message:

Optimization part is getting better. Fleshed out the plug-in for
PGApack, and integrated a first cut that includes the data handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/optimizer/src/rp_tcloptions.h

    r897 r898  
    4949    char *optname;             /* name of option: -switch */
    5050    RpTclOptionType *typePtr;  /* type of this switch */
    51     ClientData extraInfo;      /* extra data needed for switch type */
    5251    int offset;                /* location of data within struct */
    5352} RpTclOption;
     
    5655 *  Built-in types defined in rp_tcloptions.c
    5756 */
     57extern RpTclOptionType RpOption_Boolean;
     58#define RP_OPTION_BOOLEAN &RpOption_Boolean
     59
    5860extern RpTclOptionType RpOption_Int;
    5961#define RP_OPTION_INT &RpOption_Int
     
    6769extern RpTclOptionType RpOption_List;
    6870#define RP_OPTION_LIST &RpOption_List
     71
     72extern RpTclOptionType RpOption_Choices;
     73#define RP_OPTION_CHOICES &RpOption_Choices
    6974
    7075/*
Note: See TracChangeset for help on using the changeset viewer.