/[monit]/monit/protocols/protocol.c
ViewVC logotype

Diff of /monit/protocols/protocol.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by martinp, Fri Jul 4 13:13:32 2003 UTC revision 1.11 by martinp, Wed Jul 23 08:10:13 2003 UTC
# Line 40  static Protocol_T myssh= NULL; Line 40  static Protocol_T myssh= NULL;
40  static Protocol_T mydwp= NULL;  static Protocol_T mydwp= NULL;
41  static Protocol_T myldap2= NULL;  static Protocol_T myldap2= NULL;
42  static Protocol_T myldap3= NULL;  static Protocol_T myldap3= NULL;
43    static Protocol_T myrdate= NULL;
44    
45    
46  /**  /**
# Line 227  void *create_ldap3() { Line 228  void *create_ldap3() {
228    
229  }  }
230    
231    void *create_rdate() {
232      
233      if(myrdate == NULL) {
234        static const char *name= "RDATE";
235        NEW(myrdate);
236        myrdate->name= name;
237        myrdate->check= check_rdate;
238      }
239      
240      return myrdate;
241    }
242    
243    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26