/[monit]/monit/socket.h
ViewVC logotype

Diff of /monit/socket.h

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

revision 1.6 by hauk, Fri Jul 25 15:02:48 2003 UTC revision 1.7 by hauk, Tue Jul 29 23:41:13 2003 UTC
# Line 87  int socket_get_socket(Socket_T s); Line 87  int socket_get_socket(Socket_T s);
87    
88    
89  /**  /**
90     * Get the Port object used to create this socket. If no Port object
91     * was used this method returns NULL.
92     * @param s A Socket object
93     * @return The Port object or NULL
94     */
95    void *socket_get_Port(Socket_T s);
96    
97    
98    /**
99   * Get the remote port number the socket is connected to   * Get the remote port number the socket is connected to
100   * @param s A Socket object   * @param s A Socket object
101   * @return The remote host's port number   * @return The remote host's port number

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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