[ 
https://issues.apache.org/jira/browse/TS-3960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018850#comment-15018850
 ] 

ASF GitHub Bot commented on TS-3960:
------------------------------------

Github user jpeach commented on the pull request:

    https://github.com/apache/trafficserver/pull/301#issuecomment-158530197
  
    Thanks, I'll review again next week.
    
    I don't think I understand what you mean about the marshaling APIs being 
unsuitable. Here's how you would use it to send a local manager message:
    
    
    
        static int
        send_a_message(int flags, const char * parent, const char * child)
        {
          static const MgmtMarshallType fields[] = {
            MGMT_MARSHALL_INT,
            MGMT_MARSHALL_STRING,
            MGMT_MARSHALL_STRING,
          };
    
          void * buffer;
          size_t len;
          
          len = mgmt_message_length(fields, COUNTOF(fields), &flags, &parent, 
&child);
          buffer = ats_malloc(buffer);
    
          mgmt_message_marshall(buffer, length, fields, COUNTOF(fields), 
&flags, &parent, &child);
          pmgmt->signalManager(MGMT_SIGNAL_CONFIG_FILE_GROUP_UPDATE, buffer, 
len);
    
          ats_free(buffer);
        }
    
    
    



> traffic_line -x doesn't reload SSL certs content
> ------------------------------------------------
>
>                 Key: TS-3960
>                 URL: https://issues.apache.org/jira/browse/TS-3960
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: SSL
>            Reporter: Zhang Zizhong
>            Assignee: Brian Geffon
>             Fix For: 6.1.0
>
>
> traffic_line -x doesn't reload  when SSL certs change file contents without 
> changing the file names.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to