cgminer.c.rej 396 B

123456789101112
  1. --- cgminer.c
  2. +++ cgminer.c
  3. @@ -1431,6 +1450,9 @@ static struct opt_table opt_config_table[] = {
  4. OPT_WITH_ARG("--expiry|-E",
  5. set_null, NULL, &opt_set_null,
  6. opt_hidden),
  7. + OPT_WITHOUT_ARG("--extranonce-subscribe",
  8. + set_extranonce_subscribe, NULL,
  9. + "Enable 'extranonce' stratum subscribe"),
  10. OPT_WITHOUT_ARG("--failover-only",
  11. set_null, &opt_set_null,
  12. opt_hidden),