Github user jpeach commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/1073#discussion_r84208567
  
    --- Diff: mgmt/LocalManager.cc ---
    @@ -831,9 +832,13 @@ LocalManager::processEventQueue()
     /*
      * startProxy()
      *   Function fires up a proxy process.
    + *
    + * Args:
    + *   onetime_options: one time options that traffic_server should be 
started with (ie
    + *                    these options do not persist across reboots)
      */
     bool
    -LocalManager::startProxy()
    +LocalManager::startProxy(char *onetime_options)
    --- End diff --
    
    ``const char *``


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to