e662bb5d015c6163c4075fde9bc2eb59e6463c59
kent
  Tue Dec 14 15:55:16 2010 -0800
Adding genome and assembly to hgHubConnect, and a submit button.  Adding dbList to hubConnect table.
diff --git src/hg/inc/hubConnect.h src/hg/inc/hubConnect.h
index 9e17c44..a239988 100644
--- src/hg/inc/hubConnect.h
+++ src/hg/inc/hubConnect.h
@@ -1,16 +1,19 @@
 /* hubConnect - stuff to manage connections to track hubs.  Most of this is mediated through
  * the hubConnect table in the hgCentral database.  Here there are routines to translate between
  * hub symbolic names and hub URLs,  to see if a hub is up or down or sideways (up but badly
  * formatted) etc.  Note that there is no C structure corresponding to a row in the hubConnect 
  * table by design.  We just want field-by-field access to this. */
 
 #ifndef HUBCONNECT_H
 #define HUBCONNECT_H
 
 #define hubConnectTableName "hubConnect"
 /* Name of our table. */
 
+#define hgHubConnectCgiDestUrl "hgHubConnect.destUrl"
+/* Cart variable to tell hgHubConnect where to go on submit. */
+
 boolean hubConnectTableExists();
 /* Return TRUE if the hubConnect table exists. */
 
 #endif /* HUBCONNECT_H */