-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to support setting OSPC_DEFAULT_BLOCKING_FLAG.
- Loading branch information
Showing
8 changed files
with
76 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/************************************************************************** | ||
*** COPYRIGHT (c) 2002 by TransNexus, Inc. *** | ||
*** *** | ||
*** This software is property of TransNexus, Inc. *** | ||
*** This software is freely available under license from TransNexus. *** | ||
*** The license terms and conditions for free use of this software by *** | ||
*** third parties are defined in the OSP Toolkit Software License *** | ||
*** Agreement (LICENSE.txt). Any use of this software by third *** | ||
*** parties, which does not comply with the terms and conditions of the *** | ||
*** OSP Toolkit Software License Agreement is prohibited without *** | ||
*** the prior, express, written consent of TransNexus, Inc. *** | ||
*** *** | ||
*** Thank you for using the OSP ToolKit(TM). Please report any bugs, *** | ||
*** suggestions or feedback to [email protected] *** | ||
*** *** | ||
**************************************************************************/ | ||
|
||
/* ospsocketapi.h - Prototypes for API socket functions. */ | ||
#ifndef _OSPSOCKETAPI_H | ||
#define _OSPSOCKETAPI_H | ||
|
||
/* Function Prototypes */ | ||
#ifdef __cplusplus | ||
extern "C" { | ||
#endif | ||
|
||
void OSPPSockSetBlockingFlag(OSPTBOOL); | ||
OSPTBOOL OSPPSockGetBlockingFlag(); | ||
|
||
#ifdef __cplusplus | ||
} | ||
#endif | ||
|
||
#endif /* _OSPSOCKETAPI_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters