Github user jpeach commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/628#discussion_r63053644
--- Diff: mgmt/api/CoreAPI.h ---
@@ -45,10 +45,11 @@ TSProxyStateT ProxyStateGet();
TSMgmtError ProxyStateSet(TSProxyStateT state, TSCacheClearT clear);
TSMgmtError ServerBacktrace(unsigned options, char **trace);
-TSMgmtError Reconfigure(); // TS reread config
files
-TSMgmtError Restart(unsigned options); // restart TM
-TSMgmtError Bounce(unsigned options); // restart
traffic_server
-TSMgmtError StorageDeviceCmdOffline(const char *dev); // Storage device
operation.
+TSMgmtError Reconfigure();
// TS reread config files
+TSMgmtError Restart(unsigned options);
// restart TM
+TSMgmtError Bounce(unsigned options);
// restart traffic_server
+TSMgmtError StorageDeviceCmdOffline(const char *dev);
// Storage device operation.
+TSMgmtError LifecycleMessage(char const *tag, void const *data, size_t
data_size); // Lifecycle alert to plugins.
--- End diff --
I guess clang-format ate this? Can you move these comments above the line
they refer to?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---