File modules/pm/protocol_mirror.h

  $Revision: 1.6 $

Near real-time mirror server module (pm). NRTM protocol.
Status: NOT REVUED, NOT TESTED
Online References:
  Author:
      andrei
Included in: modules/pm/pm_serials.c
  modules/pm/protocol_mirror.c

Included Files


Preprocessor definitions

#define PM_H

String sizes

#define STR_S 63

#define STR_M 255

#define STR_L 1023

#define STR_XL 4095

#define STR_XXL 16383

Maximum size of input that can be recieved from the client.

#define MAX_PM_INPUT_SIZE 256

#define PM_get_current_serial( connection )

#define PM_get_oldest_serial( connection )


Typedef nrtm_q_t

typedef struct _nrtm_q_t nrtm_q_t
struct _nrtm_q_t 
   { 
     char* source; 
     int version; 
     long first; 
     long last; 
   }