~ubuntu-branches/ubuntu/jaunty/xorp/jaunty

« back to all changes in this revision

Viewing changes to xrl/interfaces/socket6_user_xif.hh

  • Committer: Bazaar Package Importer
  • Author(s): Jose Calhariz, Javier Fernandez-Sanguino, Jose Calhariz
  • Date: 2008-01-23 01:24:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080123012437-7l2u9r0k8e7op8st
Tags: 1.5~cvs.20080128-1
[ Javier Fernandez-Sanguino ]
* Update to latest CVS contents
* Modify debian/rules to prevent autobuilders from building 
  the binary-independent components: (Closes: #441121)
  - Create a new Build-Depends-Indep with all the TeX
  components used to build documentation
  - Since autobuilders call build, which in turns calls build-indep, hack
    the debian rules file so that the documentation is only built if ps2pdf,
    dvips and pslatex are available. 
* Modify the init.d script:
  - restart action: Do not attempt to stop xorp if not running
  - stop function: fix errors in the script
  - add a try-restart action
  - restructure the init.d script, move the restart code to a function
  - review the use of echo calls and exit values
* Use, as examples, the new boot files at rtrmgr/config/

[ Jose Calhariz ]
* Add depends on ncurses-dev, I don't know why xorp use tigetstr
  function from curses.  This way the depends field change less between
  build environments.
* Removed pushd and popd commands from Makefile and replaced with cd
  commands, was a bashism and FTBFS (closes: #453637)
* debian/control converted to utf-8 (closes: #454026) (closes: #453485)
* init.d/xorp now returns 0 if disabled.
* Added Vcs-Browser and Vcs-Svn fields pointing to the repository of the
  package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2001-2007 International Computer Science Institute
 
2
 * Copyright (c) 2001-2008 International Computer Science Institute
3
3
 * See LICENSE file for licensing, conditions, and warranties on use.
4
4
 *
5
5
 * DO NOT EDIT THIS FILE - IT IS PROGRAMMATICALLY GENERATED
6
6
 *
7
7
 * Generated by 'clnt-gen'.
8
8
 *
9
 
 * $XORP: xorp/xrl/interfaces/socket6_user_xif.hh,v 1.10 2007/08/17 19:48:08 pavlin Exp $
 
9
 * $XORP: xorp/xrl/interfaces/socket6_user_xif.hh,v 1.12 2008/01/04 03:18:02 pavlin Exp $
10
10
 */
11
11
 
12
12
#ifndef __XRL_INTERFACES_SOCKET6_USER_XIF_HH__
40
40
     *  @param sockid the identifier associated with socket where the event
41
41
     *  occurred.
42
42
     *
 
43
     *  @param if_name the interface name the packet arrived on, if known. If
 
44
     *  unknown, then it is an empty string.
 
45
     *
 
46
     *  @param vif_name the vif name the packet arrived on, if known. If
 
47
     *  unknown, then it is an empty string.
 
48
     *
43
49
     *  @param src_host the originating host.
44
50
     *
45
51
     *  @param src_port the originating IP port.
49
55
    bool send_recv_event(
50
56
        const char*     dst_xrl_target_name,
51
57
        const string&   sockid,
 
58
        const string&   if_name,
 
59
        const string&   vif_name,
52
60
        const IPv6&     src_host,
53
61
        const uint32_t& src_port,
54
62
        const vector<uint8_t>&  data,