5ea72e59393fe62ab71be06204222a3648a94c49 kent Tue Dec 7 13:28:01 2010 -0800 Making hubConnect.as and hubConnect.sql. This is _not_ done by autoSql since we just want field-by-field access of this in the code. diff --git src/hg/inc/hubConnect.h src/hg/inc/hubConnect.h index 2bcd46d..9e17c44 100644 --- src/hg/inc/hubConnect.h +++ src/hg/inc/hubConnect.h @@ -1,15 +1,16 @@ /* 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. */ + * 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. */ boolean hubConnectTableExists(); /* Return TRUE if the hubConnect table exists. */ #endif /* HUBCONNECT_H */