Changeset 630


Ignore:
Timestamp:
Apr 11, 2015, 12:59:55 PM (9 years ago)
Author:
djay
Message:

Small additoin in documentation

Location:
trunk/zoo-project/zoo-kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/zoo-project/zoo-kernel/service_internal.c

    r627 r630  
    381381
    382382#ifndef __APPLE__
     383/**
     384 * arg for semctl system calls.
     385 */
    383386union semun {
    384   int val;
    385   struct semid_ds *buf;
    386   ushort *array;
     387  int val; //!< value for SETVAL
     388  struct semid_ds *buf; //!< buffer for IPC_STAT & IPC_SET
     389  ushort *array; //!< array for GETALL & SETALL
    387390};
    388391#endif
  • trunk/zoo-project/zoo-kernel/service_internal_ruby.h

    r581 r630  
    5050
    5151#define MAX_ARGS 3
     52/**
     53 * The Ruby method pointer
     54 */
    5255struct my_callback {
    53   VALUE obj;
    54   ID method_id;
    55   int nargs;
    56   VALUE args[MAX_ARGS];
     56  VALUE obj; //!< Object used to call a method
     57  ID method_id; //!< The method to call
     58  int nargs; //!< The arguments number
     59  VALUE args[MAX_ARGS]; //!< The arguments values
    5760};
    5861
  • trunk/zoo-project/zoo-kernel/ulinet.h

    r621 r630  
    6666#endif
    6767
     68  /**
     69   * Headers storage
     70   * @see header_write_data
     71   */
    6872  struct MemoryStruct {
    6973    char *memory; //!< the memory space to store data
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png