#include <crm_internal.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <netdb.h>
#include <termios.h>
#include <sys/socket.h>
#include <glib.h>
#include <crm/crm.h>
#include <crm/cib/internal.h>
#include <crm/common/ipc_internal.h>
#include <crm/common/mainloop.h>
#include <crm/common/xml.h>
#include <crm/common/remote_internal.h>
#include <crm/common/output_internal.h>
#include <arpa/inet.h>
 
Go to the source code of this file.
◆ cib_remote_opaque_t
◆ cib__set_output()
◆ cib_remote_new()
      
        
          | cib_t* cib_remote_new  | 
          ( | 
          const char *  | 
          server,  | 
        
        
           | 
           | 
          const char *  | 
          user,  | 
        
        
           | 
           | 
          const char *  | 
          passwd,  | 
        
        
           | 
           | 
          int  | 
          port,  | 
        
        
           | 
           | 
          gboolean  | 
          encrypted  | 
        
        
           | 
          ) | 
           |  |