Navigation


Changeset 658:f198d16fa7f4 in freeDiameter for libfdproto/fdproto-internal.h


Ignore:
Timestamp:
Jan 14, 2011, 3:15:23 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Initial commit for 1.1.0:

  • Restructuring:
    • libfreeDiameter:
      • renamed folder & binary into libfdproto
      • renamed libfD.h into fdproto-internal.h
      • removed signals management (replaced by triggers in libfdcore)
  • freeDiameter split into:
    • libfdcore (most contents)
      • renamed fD.h into fdcore-internal.h
      • added core.c for framework init/shutdown.
      • new triggers mechanism in events.c.
  • freeDiameterd (main, command line parsing, signals management)
  • tests:
    • now in top-level directory tests.
  • other changes:
    • fd_dict_new now returns 0 on duplicate identical entries.
    • fixes in dict_legacy_xml
    • fixes in some dictionaries
    • moved FD_DEFAULT_CONF_FILENAME definition to freeDiameter-host.h
File:
1 moved

Legend:

Unmodified
Added
Removed
  • libfdproto/fdproto-internal.h

    r291 r658  
    3434*********************************************************************************************************/
    3535
    36 /* This file contains the definitions for internal use in the libfreeDiameter library */
     36/* This file contains the definitions for internal use in the freeDiameter protocol library */
    3737
    38 #ifndef _LIBFD_H
    39 #define _LIBFD_H
     38#ifndef _LIBFDPROTO_INTERNAL_H
     39#define _LIBFDPROTO_INTERNAL_H
    4040
    4141#include <freeDiameter/freeDiameter-host.h>
    42 #include <freeDiameter/libfreeDiameter.h>
     42#include <freeDiameter/libfdproto.h>
    4343
    4444/* Internal to the library */
     
    4747int fd_sess_init(void);
    4848void fd_sess_fini(void);
    49 int fd_sig_init(void);
    50 void fd_sig_fini(void);
    5149
    5250/* Iterator on the rules of a parent object */
     
    6563int fd_sess_reclaim_msg ( struct session ** session );
    6664
    67 #endif /* _LIBFD_H */
     65#endif /* _LIBFDPROTO_INTERNAL_H */
Note: See TracChangeset for help on using the changeset viewer.